[GRASS-SVN] r42839 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 19 04:03:37 EDT 2010
Author: hamish
Date: 2010-07-19 08:03:37 +0000 (Mon, 19 Jul 2010)
New Revision: 42839
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
only distclean if we need to
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2010-07-19 07:21:08 UTC (rev 42838)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2010-07-19 08:03:37 UTC (rev 42839)
@@ -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