aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-09 13:21:53 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-09 13:51:35 +0100
commitd826af2cbbc7ff9781d6b9fdde5866f6e6367ec6 (patch)
treeec6a6e8056f87951caf31eb9819fdc9e54b86507 /package/Makefile
parentda0b9110fc783245aaa88ae6ed28aa6d5fe1bdea (diff)
downloadupstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.tar.gz
upstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.tar.bz2
upstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.zip
build: make <subdir>/install opt-in, use it for target/ only
Fixes buildbot errors on running make target/install or toolchain/install Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 6929c479a2..fd0e88ff38 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -12,7 +12,6 @@ include $(INCLUDE_DIR)/rootfs.mk
-include $(TMP_DIR)/.packagedeps
$(curdir)/autoremove:=1
$(curdir)/builddirs:=$(sort $(package-) $(package-y) $(package-m))
-$(curdir)/builddirs-install:=.
$(curdir)/builddirs-default:=. $(sort $(package-y) $(package-m))
$(curdir)/builddirs-prereq:=. $(sort $(prereq-y) $(prereq-m))
ifdef CHECK_ALL