better check for "all" target

This commit is contained in:
Wolfram Schneider 2017-10-12 14:14:15 +00:00
parent 2539094cdb
commit 5a621046a7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51107

View file

@ -14,7 +14,7 @@
# => ./releng-building.xml
#
.if ${.TARGETS} == "all"
.if make(all)
_DOCBOOK_DEPS_SYSTEM != for i in $$(egrep '<!ENTITY [^ ]+ SYSTEM "[^ ]+\.xml">' ${SRCS} | sed -E 's,.*"([^"]+)".*,\1,');do \
if [ -e $$i ]; then \
echo $i; \