Revision 7081
Added by Aaron Marcuse-Kubitza about 12 years ago
common.Makefile | ||
---|---|---|
16 | 16 |
pathParts = $(shell path="$(1)"; echo "$${path%%/*}" "$${path\#*/}") |
17 | 17 |
topDir = $(word 1,$(pathParts)) |
18 | 18 |
subPath = $(word 2,$(pathParts)) |
19 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) \ |
|
20 |
--makefile=../input.Makefile |
|
19 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) |
|
21 | 20 |
# input.Makefile path is relative to subdir |
22 | 21 |
|
23 | 22 |
# Formatting |
Also available in: Unified diff
lib/common.Makefile: $(subMake): Removed `--makefile=../input.Makefile`, which is specific just to inputs/Makefile