aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-22 10:47:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-22 10:47:26 +0000
commitf618c2fc9cd8926687966b35abb525d1e7dd267a (patch)
tree19e18f015d01b76060eff9b50519492e2cfbf00a /include/target.mk
parentbed253b432bf90fdc54d39ceea0df82d50de7132 (diff)
downloadmaster-187ad058-f618c2fc9cd8926687966b35abb525d1e7dd267a.tar.gz
master-187ad058-f618c2fc9cd8926687966b35abb525d1e7dd267a.tar.bz2
master-187ad058-f618c2fc9cd8926687966b35abb525d1e7dd267a.zip
Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"
This seems to cause issues on some build hosts, and it is not that important. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 657109e75d..3401f849a5 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -19,7 +19,6 @@ DEFAULT_PACKAGES.bootloader:=
ifneq ($(DUMP),)
all: dumpinfo
- .ONESHELL:
endif
target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))