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
This commit is contained in:
parent
bfb131c6d5
commit
d4d30c5386
3 changed files with 3 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue