Revision 1628
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
64 | 64 |
|
65 | 65 |
$(subdir)%: _always |
66 | 66 |
+$$(subMake) |
67 |
.PRECIOUS: $(subdir)% # let subdir's Makefile decide whether to delete on error |
|
67 | 68 |
endef |
68 | 69 |
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets))) |
69 | 70 |
|
Also available in: Unified diff
Makefiles: Let subdir's Makefile decide whether to delete on error