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
48 48
endef
49 49
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets)))
50 50

  
51
Makefile: ;
52

  
51 53
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ;
52 54

  
53 55
#####

Also available in: Unified diff