Pārlūkot izejas kodu

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
Felix Fietkau 11 gadi atpakaļ
vecāks
revīzija
4fde9deed1
3 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 1
      Makefile
  2. 0 1
      include/scan.mk
  3. 0 1
      include/target.mk

+ 0 - 1
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

+ 0 - 1
include/scan.mk

@@ -78,4 +78,3 @@ $(TMP_DIR)/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP)
 FORCE:
 .PHONY: FORCE
 .NOTPARALLEL:
-.ONESHELL:

+ 0 - 1
include/target.mk

@@ -19,7 +19,6 @@ DEFAULT_PACKAGES.bootloader:=
 
 ifneq ($(DUMP),)
   all: dumpinfo
-  .ONESHELL:
 endif
 
 target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))