X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpackage-bin.mk;h=96c1aeffcfb0b59c1d4811b75288de3a1e28df1d;hb=d98476c6bd9693fe39a090e17b3ef2679a39c363;hp=6ee7aed6217087df154eff60a318fe36c2688512;hpb=97b61354626866dd2483c2a283ab9b2bc087ac74;p=oweals%2Fopenwrt.git 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)