help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there some option to make all targets phony?


From: Stephan Beal
Subject: Re: Is there some option to make all targets phony?
Date: Mon, 17 Aug 2009 19:49:52 +0200

On Mon, Aug 17, 2009 at 7:39 PM, John Calcote <address@hidden> 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/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]