svn commit: r50923 - head/en_US.ISO8859-1/htdocs/ports
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch
Date: Tue Sep 26 07:40:42 2017
New Revision: 50923
URL: https://svnweb.freebsd.org/changeset/doc/50923
Log:
Set dependencies for parallel build
this fix also the issue with the faile `make -n'
PR: 222597
Modified:
head/en_US.ISO8859-1/htdocs/ports/Makefile
Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile Mon Sep 25 19:33:51 2017 (r50922)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile Tue Sep 26 07:40:42 2017 (r50923)
@@ -58,6 +58,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.
done
${ECHO_CMD} >> Makefile.gen
+# set dependencies for parallel build
+categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
+
# this builds: categories-alpha.xml, categories-grouped.xml,
# master-index.xml, statistics.ent, <category>.xml
CATEGORYLIST=`grep "^[a-z]" categories | sed -e s"/,.*//"`
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"