mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
print package name when prereq fails
SVN-Revision: 6236
This commit is contained in:
parent
79a23fb824
commit
dc4f082aea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue