aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitc4979908344bc5d49e6b8ebef003b3c32d6bd284 (patch)
treebd0c3bb9de5cb2ad0cd6f10422188e036d6d6343 /Makefile
parent43f485f334ce60bb1bacffa11795100475e92ec4 (diff)
downloadupstream-c4979908344bc5d49e6b8ebef003b3c32d6bd284.tar.gz
upstream-c4979908344bc5d49e6b8ebef003b3c32d6bd284.tar.bz2
upstream-c4979908344bc5d49e6b8ebef003b3c32d6bd284.zip
build: use ONESHELL to speed up scanning and the toplevel makefile
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43021
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 91b6946ac3..f75fc7fda4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ empty:=
space:= $(empty) $(empty)
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
+.ONESHELL:
world:
include $(TOPDIR)/include/host.mk