diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 10:47:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 10:47:26 +0000 |
commit | 4fde9deed11f56b65f389c7e83c70b7b5878222e (patch) | |
tree | 0199963daae2c1aeff8f86128c8ecf54de4a0fa8 /Makefile | |
parent | a3618cd9c1796ae89937105101167902f1eb5e57 (diff) | |
download | openwrt-4fde9deed11f56b65f389c7e83c70b7b5878222e.tar.gz openwrt-4fde9deed11f56b65f389c7e83c70b7b5878222e.tar.bz2 openwrt-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |