Skip to content

Commit

Permalink
Revert "build: use ONESHELL to speed up scanning and the toplevel mak…
Browse files Browse the repository at this point in the history
…efile"

This seems to cause issues on some build hosts, and it is not that
important.

SVN-Revision: 43025
  • Loading branch information
Felix Fietkau committed Oct 22, 2014
1 parent a3618cd commit 4fde9de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion include/scan.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ $(TMP_DIR)/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP)
FORCE:
.PHONY: FORCE
.NOTPARALLEL:
.ONESHELL:
1 change: 0 additions & 1 deletion include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ DEFAULT_PACKAGES.bootloader:=

ifneq ($(DUMP),)
all: dumpinfo
.ONESHELL:
endif

target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
Expand Down

0 comments on commit 4fde9de

Please sign in to comment.