From 063b4110fa5a7e6c7b0380a26bdc2eea534d5990 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 15 May 2010 15:57:00 +0000 Subject: [PATCH] only build bin packages for the selected build variants (same behaviour as with ipkg builds) SVN-Revision: 21455 --- include/package-bin.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/package-bin.mk b/include/package-bin.mk index 6ee7aed621..96c1aeffcf 100644 --- a/include/package-bin.mk +++ b/include/package-bin.mk @@ -7,6 +7,7 @@ ifeq ($(DUMP),) define BuildTarget/bin + ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT)) ifdef Package/$(1)/install ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),) compile: install-bin-$(1) @@ -16,6 +17,7 @@ ifeq ($(DUMP),) @echo "WARNING: skipping $(1) -- package not selected" endif endif + endif install-bin-$(1): $(STAMP_BUILT) rm -rf $(BIN_DIR)/$(1) -- 2.30.2