aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-22 08:57:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-22 08:57:40 +0000
commita7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9 (patch)
treed6be65d52fcc4e83ab4da464675f15287dbd4565 /include/target.mk
parent0bd0ddadc5b29da9fa4328a913c9728950e53d3d (diff)
downloadmaster-187ad058-a7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9.tar.gz
master-187ad058-a7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9.tar.bz2
master-187ad058-a7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9.zip
build: use ONESHELL to speed up scanning and the toplevel makefile
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 3401f849a5..657109e75d 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -19,6 +19,7 @@ DEFAULT_PACKAGES.bootloader:=
ifneq ($(DUMP),)
all: dumpinfo
+ .ONESHELL:
endif
target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))