1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:41:59 +03:00

print package name when prereq fails

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6236 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2007-01-31 20:17:28 +00:00
parent 68c1a2cdc1
commit 456a5100ad

View File

@ -27,7 +27,7 @@ define Require
echo 'ok.'; \
else \
echo 'failed.'; \
echo -e "$(strip $(2))" | perl -ne 's/\\\s*/\n/g,print' >> $(TMP_DIR)/.prereq-error; \
echo -e "$(PKG_NAME): $(strip $(2))" | perl -ne 's/\\\s*/\n/g,print' >> $(TMP_DIR)/.prereq-error; \
fi
check-$(1): FORCE