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 | 5a344daff13f805b882f38b9dd2cef64cc6ff116 (patch) | |
tree | f8c1e8c3e77eccc09b015064c05f609914f3520b /include/subdir.mk | |
parent | f1b9306641aa06d03bf0247736bd91ec12c3f39c (diff) | |
download | upstream-5a344daff13f805b882f38b9dd2cef64cc6ff116.tar.gz upstream-5a344daff13f805b882f38b9dd2cef64cc6ff116.tar.bz2 upstream-5a344daff13f805b882f38b9dd2cef64cc6ff116.zip |
more build system cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8206 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |