On Mon, Aug 17, 2009 at 7:39 PM, John Calcote <[email protected]>wrote:
> > Also, you might want to swap out "@make" in your makefile for "$(MAKE)", > like this: > > api: > $(MAKE) -C DIR1 $(MAKEFLAGS) api i was under the impression (incorrectly?) that one of the advantages of using $(MAKE) was to pass on flags. i.e. does $(MAKEFLAGS) not implicitly get passed on via $(MAKE)? -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
