svn commit: r51107 - head/share/mk

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Thu Oct 12 14:14:15 2017
New Revision: 51107
URL: https://svnweb.freebsd.org/changeset/doc/51107

Log:
  better check for "all" target

Modified:
  head/share/mk/doc.docbook-dep.mk

Modified: head/share/mk/doc.docbook-dep.mk
==============================================================================
--- head/share/mk/doc.docbook-dep.mk	Thu Oct 12 14:13:48 2017	(r51106)
+++ head/share/mk/doc.docbook-dep.mk	Thu Oct 12 14:14:15 2017	(r51107)
@@ -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; \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.