Author: nbd Date: 2014-10-22 10:57:07 +0200 (Wed, 22 Oct 2014) New Revision: 43015
Modified: trunk/include/package-ipkg.mk Log: build: optimize printing of disabled packages Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/package-ipkg.mk =================================================================== --- trunk/include/package-ipkg.mk 2014-10-21 20:32:05 UTC (rev 43014) +++ trunk/include/package-ipkg.mk 2014-10-22 08:57:07 UTC (rev 43015) @@ -102,9 +102,7 @@ echo "$(1)" >> $(PKG_INSTALL_STAMP) endif else - compile: $(1)-disabled - $(1)-disabled: - @echo "WARNING: skipping $(1) -- package not selected" >&2 + $$(info WARNING: skipping $(1) -- package not selected) endif endif endif _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
