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 | f618c2fc9cd8926687966b35abb525d1e7dd267a (patch) | |
| tree | 19e18f015d01b76060eff9b50519492e2cfbf00a | |
| parent | bed253b432bf90fdc54d39ceea0df82d50de7132 (diff) | |
| download | upstream-f618c2fc9cd8926687966b35abb525d1e7dd267a.tar.gz upstream-f618c2fc9cd8926687966b35abb525d1e7dd267a.tar.bz2 upstream-f618c2fc9cd8926687966b35abb525d1e7dd267a.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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43025 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | include/scan.mk | 1 | ||||
| -rw-r--r-- | include/target.mk | 1 |
3 files changed, 0 insertions, 3 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 diff --git a/include/scan.mk b/include/scan.mk index 2f2753f2a01..0998333439a 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -78,4 +78,3 @@ $(TMP_DIR)/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP) FORCE: .PHONY: FORCE .NOTPARALLEL: -.ONESHELL: diff --git a/include/target.mk b/include/target.mk index 657109e75d3..3401f849a5f 100644 --- a/include/target.mk +++ b/include/target.mk @@ -19,7 +19,6 @@ DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) all: dumpinfo - .ONESHELL: endif target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) |
