aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-bin.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-19 12:41:59 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-19 13:30:22 +0100
commit5aa03e16a732e81a989a9605706dc8c6bb95d03f (patch)
tree878fdd7228d00d6fe967938817be02d5ac4feeb0 /include/package-bin.mk
parentbc73a7fd98b2c2c20cc2a796d625e671ca00eccf (diff)
downloadupstream-5aa03e16a732e81a989a9605706dc8c6bb95d03f.tar.gz
upstream-5aa03e16a732e81a989a9605706dc8c6bb95d03f.tar.bz2
upstream-5aa03e16a732e81a989a9605706dc8c6bb95d03f.zip
build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/package-bin.mk')
-rw-r--r--include/package-bin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-bin.mk b/include/package-bin.mk
index a777eadad9..ee35ca180f 100644
--- a/include/package-bin.mk
+++ b/include/package-bin.mk
@@ -10,7 +10,7 @@ ifeq ($(DUMP),)
ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT))
ifdef Package/$(1)/install
ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),)
- .compile: $(PKG_BUILD_DIR)/.pkgdir/$(1).installed
+ $(_pkg_target)compile: $(PKG_BUILD_DIR)/.pkgdir/$(1).installed
compile: install-bin-$(1)
else
compile: $(1)-disabled