From c4979908344bc5d49e6b8ebef003b3c32d6bd284 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 22 Oct 2014 08:57:40 +0000 Subject: build: use ONESHELL to speed up scanning and the toplevel makefile Signed-off-by: Felix Fietkau SVN-Revision: 43021 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3