[GRASS-SVN] r42840 - grass/trunk/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 19 04:04:59 EDT 2010
Author: hamish
Date: 2010-07-19 08:04:59 +0000 (Mon, 19 Jul 2010)
New Revision: 42840
Modified:
grass/trunk/mswindows/osgeo4w/package.sh
Log:
only distclean if we need to (merge from devbr6)
Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh 2010-07-19 08:03:37 UTC (rev 42839)
+++ grass/trunk/mswindows/osgeo4w/package.sh 2010-07-19 08:04:59 UTC (rev 42840)
@@ -31,10 +31,11 @@
if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
- echo $(date): STARTING make distclean
- make distclean
+ if [ -e include/Make/Grass.make ] ; then
+ echo $(date): STARTING make distclean
+ make distclean
+ fi
-
echo $(date): STARTING configure
./configure \
--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
More information about the grass-commit
mailing list