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 | c4979908344bc5d49e6b8ebef003b3c32d6bd284 (patch) | |
tree | bd0c3bb9de5cb2ad0cd6f10422188e036d6d6343 /Makefile | |
parent | 43f485f334ce60bb1bacffa11795100475e92ec4 (diff) | |
download | mtk-20170518-c4979908344bc5d49e6b8ebef003b3c32d6bd284.zip mtk-20170518-c4979908344bc5d49e6b8ebef003b3c32d6bd284.tar.gz mtk-20170518-c4979908344bc5d49e6b8ebef003b3c32d6bd284.tar.bz2 |
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-- | 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 |