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
commita7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9 (patch)
treed6be65d52fcc4e83ab4da464675f15287dbd4565 /Makefile
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 '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