Project

General

Profile

« Previous | Next » 

Revision 7081

lib/common.Makefile: $(subMake): Removed `--makefile=../input.Makefile`, which is specific just to inputs/Makefile

View differences:

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