Hi Duane
My env relies heavily on recursive make, and my last rule is for debugging:
# the subst below allows using .VARIABLES
# the filter on .VARIABLES is to allow use of patterns instead of just variable
names
# the filter on MAKELEVEL stops at a particular level of submake. Early stop of
ma
__
From: Duane Griffin [dua...@dghda.com]
Sent: Thursday, March 23, 2017 5:14 AM
To: russ mok [Alumn
Cc: help-make@gnu.org
Subject: Re: debugging make variables using $(SHELL)
Hi Russell,
On Wed, Mar 22, 2017 at 5:58 PM, russ mok [Alumni]
wrote:
> My env relies h