Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 07:40:42 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50923 - head/en_US.ISO8859-1/htdocs/ports
Message-ID:  <201709260740.v8Q7egpS015951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"/,.*//"`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709260740.v8Q7egpS015951>