Project

General

Profile

« Previous | Next » 

Revision 416

Makefiles: Added empty Makefile target so that Makefiles are not included in the targets recursively run on subdirs

View differences:

Makefile
19 19
endef
20 20
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets)))
21 21

  
22
Makefile: ;
23

  
22 24
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ;

Also available in: Unified diff