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.'; \
|
echo 'ok.'; \
|
||||||
else \
|
else \
|
||||||
echo 'failed.'; \
|
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
|
fi
|
||||||
|
|
||||||
check-$(1): FORCE
|
check-$(1): FORCE
|
||||||
|
|
Loading…
Reference in a new issue