X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fpackage-bin.mk;h=e5224517f8ebbb4b5c24b6a09c719f6abf08a514;hb=bb4afdc8bc8f307e98d38f79ac5a6198309855cb;hp=96c1aeffcfb0b59c1d4811b75288de3a1e28df1d;hpb=73b78d4a75e61854b06bc33af78fd93780a438a5;p=openwrt%2Fopenwrt.git diff --git a/include/package-bin.mk b/include/package-bin.mk index 96c1aeffcf..e5224517f8 100644 --- a/include/package-bin.mk +++ b/include/package-bin.mk @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ ifeq ($(DUMP),) define BuildTarget/bin ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT)) ifdef Package/$(1)/install - ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),) + ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),) compile: install-bin-$(1) else compile: $(1)-disabled $(1)-disabled: - @echo "WARNING: skipping $(1) -- package not selected" + @echo "WARNING: skipping $(1) -- package not selected" >&2 endif endif endif