build: use ONESHELL to speed up scanning and the toplevel makefile

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43021
This commit is contained in:
Felix Fietkau
2014-10-22 08:57:40 +00:00
parent 43f485f334
commit c497990834
3 changed files with 3 additions and 0 deletions

View File

@@ -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