mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Add new warning to help track down pesky compile issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4713 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -27,7 +27,9 @@ define Build/DefaultTargets
|
||||
endif
|
||||
|
||||
ifneq ($(MAKECMDGOALS),prereq)
|
||||
$$(info Rebuilding $$(_INFO))
|
||||
ifneq ($$(_INFO),)
|
||||
$$(info Rebuilding $$(_INFO))
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
@@ -129,6 +131,10 @@ define BuildPackage
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_$(1)),)
|
||||
compile-targets: $$(IPKG_$(1))
|
||||
else
|
||||
compile-targets: $(1)-disabled
|
||||
$(1)-disabled:
|
||||
@echo "WARNING: skipping $(1) -- package not selected"
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user