[GRASS-SVN] r71343 - grass/branches/releasebranch_7_2/lib/rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 8 12:56:51 PDT 2017


Author: neteler
Date: 2017-08-08 12:56:51 -0700 (Tue, 08 Aug 2017)
New Revision: 71343

Modified:
   grass/branches/releasebranch_7_2/lib/rst/Makefile
Log:
librst: to prevent parallel (really rare) compilation failures, data dir must be processed before qtree (trunk, r71236). Probably fixes #2265

Modified: grass/branches/releasebranch_7_2/lib/rst/Makefile
===================================================================
--- grass/branches/releasebranch_7_2/lib/rst/Makefile	2017-08-08 19:51:01 UTC (rev 71342)
+++ grass/branches/releasebranch_7_2/lib/rst/Makefile	2017-08-08 19:56:51 UTC (rev 71343)
@@ -9,6 +9,7 @@
 
 default: parsubdirs
 
+qtree: data
 
 interp_float: data qtree
 



More information about the grass-commit mailing list