[GRASS-SVN] r32734 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 13 03:08:29 EDT 2008
Author: glynn
Date: 2008-08-13 03:08:29 -0400 (Wed, 13 Aug 2008)
New Revision: 32734
Modified:
grass/trunk/Makefile
Log:
Don't delete Grass.make or swig/python/Makefile (static files, not generated by configure)
Don't delete winname.h (no longer exists)
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2008-08-13 07:05:23 UTC (rev 32733)
+++ grass/trunk/Makefile 2008-08-13 07:08:29 UTC (rev 32734)
@@ -176,8 +176,8 @@
distclean: clean
-rm -f config.cache config.log config.status config.status.${ARCH} 2>/dev/null
-rm -f ChangeLog ChangeLog.bak $(ERRORLOG) grass.pc
- -rm -f include/config.h include/version.h include/winname.h include/Make/Grass.make include/Make/Platform.make 2>/dev/null
- -rm -f swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile 2>/dev/null
+ -rm -f include/config.h include/version.h include/Make/Platform.make 2>/dev/null
+ -rm -f swig/perl/Makefile.PL swig/perl2/make.pl 2>/dev/null
strip: FORCE
@ if [ ! -f ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR} ] ; then \
More information about the grass-commit
mailing list