Author: nbd
Date: 2014-10-22 12:47:26 +0200 (Wed, 22 Oct 2014)
New Revision: 43025

Modified:
   trunk/Makefile
   trunk/include/scan.mk
   trunk/include/target.mk
Log:
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.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2014-10-22 08:57:56 UTC (rev 43024)
+++ trunk/Makefile      2014-10-22 10:47:26 UTC (rev 43025)
@@ -15,7 +15,6 @@
 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

Modified: trunk/include/scan.mk
===================================================================
--- trunk/include/scan.mk       2014-10-22 08:57:56 UTC (rev 43024)
+++ trunk/include/scan.mk       2014-10-22 10:47:26 UTC (rev 43025)
@@ -78,4 +78,3 @@
 FORCE:
 .PHONY: FORCE
 .NOTPARALLEL:
-.ONESHELL:

Modified: trunk/include/target.mk
===================================================================
--- trunk/include/target.mk     2014-10-22 08:57:56 UTC (rev 43024)
+++ trunk/include/target.mk     2014-10-22 10:47:26 UTC (rev 43025)
@@ -19,7 +19,6 @@
 
 ifneq ($(DUMP),)
   all: dumpinfo
-  .ONESHELL:
 endif
 
 target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to