[GRASS-SVN] r45060 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 17 10:52:44 EST 2011
Author: martinl
Date: 2011-01-17 07:52:43 -0800 (Mon, 17 Jan 2011)
New Revision: 45060
Modified:
grass/branches/develbranch_6/Makefile
Log:
fix cleandistdir
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2011-01-17 14:47:38 UTC (rev 45059)
+++ grass/branches/develbranch_6/Makefile 2011-01-17 15:52:43 UTC (rev 45060)
@@ -176,7 +176,9 @@
-rm -rf ${ARCH_DISTDIR}/demolocation/ 2>/dev/null
-rm -rf ${ARCH_DISTDIR}/tcltkgrass/ 2>/dev/null
-rm -rf ${ARCH_DISTDIR}/tools/ 2>/dev/null
- -rm -f ${ARCH_DISTDIR}/AUTHORS ${ARCH_DISTDIR}/CHANGES ${ARCH_DISTDIR}/REQUIREMENTS.html ${ARCH_DISTDIR}/COPYING ${ARCH_DISTDIR}/GPL.TXT ${ARCH_DISTDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp 2>/dev/null
+ -rm -f ${ARCH_DISTDIR}/AUTHORS ${ARCH_DISTDIR}/CHANGES ${ARCH_DISTDIR}/REQUIREMENTS.html ${ARCH_DISTDIR}/COPYING ${ARCH_DISTDIR}/GPL.TXT \
+ ${ARCH_DISTDIR}/contributors.csv ${ARCH_DISTDIR}/contributors_extra.csv ${ARCH_DISTDIR}/translators.csv \
+ ${ARCH_DISTDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp 2>/dev/null
-rmdir ${ARCH_DISTDIR}
-rm -f ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR} 2>/dev/null
-rm -f ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat 2>/dev/null
More information about the grass-commit
mailing list