debugging make variables using $(SHELL)

2017-03-22 Thread russ mok [Alumni]
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

RE: debugging make variables using $(SHELL)

2017-03-28 Thread russ mok [Alumni]
__ 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