better check for "all" target
This commit is contained in:
parent
2539094cdb
commit
5a621046a7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51107
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue