diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:40 +0000 |
commit | a7a8f77c08d5cb7ed1be71e0eb85a2f3d137aca9 (patch) | |
tree | d6be65d52fcc4e83ab4da464675f15287dbd4565 /Makefile | |
parent | 0bd0ddadc5b29da9fa4328a913c9728950e53d3d (diff) | |
download | master-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |