X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ba4845f765e7dd3db0f7bc2aa87ebed4db051cee..bd97e26b6af3a3e3571b0e7164ab46380b8a03e6:/include/package.mk diff --git a/include/package.mk b/include/package.mk index 709bb4415..e93192413 100644 --- a/include/package.mk +++ b/include/package.mk @@ -20,7 +20,6 @@ define Build/DefaultTargets _INFO+=$(subst $(TOPDIR)/,,$(PKG_BUILD_DIR)) $(PKG_BUILD_DIR)/.prepared: package-clean endif - endif endif @@ -163,13 +162,14 @@ define BuildPackage endif DUMPINFO += \ + if [ "$$$$PREREQ_CHECK" = 1 ]; then echo "Prereq-Check: 1"; fi; \ echo "Version: $(VERSION)"; \ echo "Depends: $$(IDEPEND_$(1))"; \ echo "Build-Depends: $(PKG_BUILDDEP)"; \ echo "Category: $(CATEGORY)"; \ echo "Title: $(TITLE)"; \ echo "Description: $(DESCRIPTION)" | sed -e 's,\\,\n,g'; - + ifneq ($(URL),) DUMPINFO += \ echo; \