[GRASS-SVN] r45562 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 5 06:57:08 EST 2011
Author: martinl
Date: 2011-03-05 03:57:08 -0800 (Sat, 05 Mar 2011)
New Revision: 45562
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
uncomment make (wrongly introduced in r45561)
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2011-03-05 11:55:40 UTC (rev 45561)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2011-03-05 11:57:08 UTC (rev 45562)
@@ -123,7 +123,7 @@
fi
log make
-# make -k || ( cat error.log >&3 && false )
+make -k || ( cat error.log >&3 && false )
log make install
make install
More information about the grass-commit
mailing list