help-make
[Top][All Lists]
Advanced

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

Re: MAKEFLAGS (Was: forcing a rule)


From: Boris Kolpackov
Subject: Re: MAKEFLAGS (Was: forcing a rule)
Date: Sat, 3 Apr 2004 09:11:21 -0600
User-agent: Mutt/1.5.4i

Hi Noel,
 
> > In this case no re-execution happens unless you are using some
> > really cool technique inside
> > 
> > ifeq ($(MAKELEVEL),0)
> > endif
> > 
> > that I am not aware of (and you've got to tell me about it).
> 
> Like I suggested in a prior email, please read 
> http://make.paulandlesley.org/multi-arch.html for the technique to 
> re-execute make.

Would you care to provide a minimal but working example? The following
makefile is given and you cannot modify it:


# file: makefile

.PHONY: foo

foo:
        @echo foo


You can change MAKEFILES from environment. The result should be make
re-execution even in case when I say 'make foo'.
 

good luck,
-boris

Attachment: signature.asc
Description: Digital signature


reply via email to

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