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
signature.asc
Description: Digital signature
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
