diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 13:00:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 13:00:43 +0000 |
commit | 9c88ba80b9d566ab7e3dc752fa68ae82aed54212 (patch) | |
tree | 5b3ff74aeb9762fbad020288051603a39b32cf61 /include/subdir.mk | |
parent | 340f1c3a76a20ef6189f9d1c2c5a9f02ca04ba33 (diff) | |
download | upstream-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.tar.gz upstream-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.tar.bz2 upstream-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.zip |
more build system cleanup
SVN-Revision: 8206
Diffstat (limited to 'include/subdir.mk')
-rw-r--r-- | include/subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/subdir.mk b/include/subdir.mk index 79624238b5..407f8a81db 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -32,7 +32,7 @@ define subdir $(call warn,$(1),d,BD $(1)/$(bd)) $(foreach target,$(SUBTARGETS), $(call warn_eval,$(1)/$(bd),t,T,$(1)/$(bd)/$(target): $($(1)/$(bd)/$(target)) $(call $(1)//$(target),$(1)/$(bd))) - @$$(MAKE) -j1 -C $(1)/$(bd) $(target) + @+$$(MAKE) -j1 -C $(1)/$(bd) $(target) # legacy targets $(call warn_eval,$(1)/$(bd),l,T,$(1)/$(bd)-$(target): $(1)/$(bd)/$(target)) @@ -49,7 +49,7 @@ define stampfile $(call rdep,$(1),$$($(1)/stamp)) $$($(1)/stamp): - @$(MAKE) $(1)/install + @+$(MAKE) $(1)/install @mkdir -p $$$$(dirname $$($(1)/stamp)) @touch $$($(1)/stamp) .PRECIOUS: $$($(1)/stamp) # work around a make bug |