Project

General

Profile

« Previous | Next » 

Revision 393

Makefile: Tell make that subMake rules run make recursively

View differences:

Makefile
43 43

  
44 44
clean: _always $(addsuffix clean,$(subdirs))
45 45

  
46
$(foreach subdir,$(wildcard */),$(eval $(subdir)%: _always; $$(subMake)))
46
$(foreach subdir,$(wildcard */),$(eval $(subdir)%: _always; +$$(subMake)))
47 47

  
48 48
*/: _always
49
	$(subMake)
49
	+$(subMake)
50 50

  
51 51
#####
52 52

  

Also available in: Unified diff