aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-22 10:47:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-22 10:47:26 +0000
commit4fde9deed11f56b65f389c7e83c70b7b5878222e (patch)
tree0199963daae2c1aeff8f86128c8ecf54de4a0fa8 /Makefile
parenta3618cd9c1796ae89937105101167902f1eb5e57 (diff)
downloadupstream-4fde9deed11f56b65f389c7e83c70b7b5878222e.tar.gz
upstream-4fde9deed11f56b65f389c7e83c70b7b5878222e.tar.bz2
upstream-4fde9deed11f56b65f389c7e83c70b7b5878222e.zip
Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"
This seems to cause issues on some build hosts, and it is not that important. SVN-Revision: 43025
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f75fc7fda4..91b6946ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,6 @@ 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