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
This commit is contained in:
parent
a3618cd9c1
commit
4fde9deed1
3 changed files with 0 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -15,7 +15,6 @@ empty:=
|
||||||
space:= $(empty) $(empty)
|
space:= $(empty) $(empty)
|
||||||
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
|
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
|
||||||
|
|
||||||
.ONESHELL:
|
|
||||||
world:
|
world:
|
||||||
|
|
||||||
include $(TOPDIR)/include/host.mk
|
include $(TOPDIR)/include/host.mk
|
||||||
|
|
|
@ -78,4 +78,3 @@ $(TMP_DIR)/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP)
|
||||||
FORCE:
|
FORCE:
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE
|
||||||
.NOTPARALLEL:
|
.NOTPARALLEL:
|
||||||
.ONESHELL:
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ DEFAULT_PACKAGES.bootloader:=
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
.ONESHELL:
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
||||||
|
|
Loading…
Reference in a new issue