Il 11/09/2013 10:35, Fam Zheng ha scritto: >> > Since you'll have a v6, please move "all: modules" to Makefile, and in >> > rules.mak: >> > >> > .PHONY: modules >> > modules: >> > > Why is ".PHONY: modules" not in Makefile too?
I think you would need it even in Makefile.target, so I suggested rules.mak. > And why do we need blank > "modules:", with the real one generated above? Just for clarity, since the target is declared only in a somewhat hidden manner through $(eval). Paolo