Hi, On Fri, Mar 28, 2008 at 01:47:55PM -0400, Paul Smith wrote: > .PHONY: all $(addsuffix .all,$(DIRS)) \ > update $(addsuffix .update,$(DIRS)) \ > upload $(addsuffix .upload,$(DIRS))
just one comment: IMHO this appears to be an error. It does not work with PHONY targets for the dynamic targets. I'm not sure but I think it is because "It is just a name (...) to be executed (...) when you make an *explicit* *request*." I do understand that as "is not executed as a depend. Best Regards, Patrick _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
