git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4713
3c298f89-4303-0410-b956-
a3cf2f4a3e73
endif
ifneq ($(MAKECMDGOALS),prereq)
- $$(info Rebuilding $$(_INFO))
+ ifneq ($$(_INFO),)
+ $$(info Rebuilding $$(_INFO))
+ endif
endif
endif
endif
ifneq ($(CONFIG_PACKAGE_$(1)),)
compile-targets: $$(IPKG_$(1))
+ else
+ compile-targets: $(1)-disabled
+ $(1)-disabled:
+ @echo "WARNING: skipping $(1) -- package not selected"
endif
endif