Revision 7081
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/Makefile | ||
---|---|---|
1 | 1 |
include ../lib/common.Makefile |
2 | 2 |
|
3 |
subMake += --makefile=../input.Makefile |
|
3 | 4 |
|
5 |
|
|
4 | 6 |
##### SVN |
5 | 7 |
|
6 | 8 |
# Adds a new datasource |
lib/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