[GRASS-SVN] r71236 - grass/trunk/lib/rst

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 30 04:13:58 PDT 2017


Author: marisn
Date: 2017-06-30 04:13:58 -0700 (Fri, 30 Jun 2017)
New Revision: 71236

Modified:
   grass/trunk/lib/rst/Makefile
Log:
To prevent parallel (really rare) compilation failures, data dir must be processed before qtree.


Modified: grass/trunk/lib/rst/Makefile
===================================================================
--- grass/trunk/lib/rst/Makefile	2017-06-29 20:53:09 UTC (rev 71235)
+++ grass/trunk/lib/rst/Makefile	2017-06-30 11:13:58 UTC (rev 71236)
@@ -9,6 +9,7 @@
 
 default: parsubdirs
 
+qtree: data
 
 interp_float: data qtree
 



More information about the grass-commit mailing list