[GRASS-SVN] r45059 - grass/branches/releasebranch_6_4
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 17 09:47:38 EST 2011
Author: martinl
Date: 2011-01-17 06:47:38 -0800 (Mon, 17 Jan 2011)
New Revision: 45059
Modified:
grass/branches/releasebranch_6_4/Makefile
Log:
fix cleandistdir
Modified: grass/branches/releasebranch_6_4/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/Makefile 2011-01-17 14:00:40 UTC (rev 45058)
+++ grass/branches/releasebranch_6_4/Makefile 2011-01-17 14:47:38 UTC (rev 45059)
@@ -172,7 +172,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