[GRASS-SVN] r56091 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 2 16:12:55 PDT 2013


Author: hamish
Date: 2013-05-02 16:12:55 -0700 (Thu, 02 May 2013)
New Revision: 56091

Modified:
   grass/branches/develbranch_6/Makefile
Log:
remove .svn/ cruft from demolocation (#1946)

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2013-05-02 21:37:44 UTC (rev 56090)
+++ grass/branches/develbranch_6/Makefile	2013-05-02 23:12:55 UTC (rev 56091)
@@ -389,6 +389,13 @@
 builddemolocation:
 	test -d ${ARCH_DISTDIR} || ${MAKE_DIR_CMD} ${ARCH_DISTDIR}
 	-tar cBf - demolocation | (cd ${ARCH_DISTDIR}/ ; tar xBfo - ) 2>/dev/null
+	-(cd ${ARCH_DISTDIR}/demolocation ; \
+		rm -rf ".svn" ; \
+		rm -rf "PERMANENT/.svn" ; \
+		rm -rf "PERMANENT/vector/.svn" ; \
+		rm -rf "PERMANENT/vector/mysites/.svn" ; \
+		rm -rf "PERMANENT/vector/point/.svn" ; \
+		rm -rf "PERMANENT/dbf/.svn" )
 	@ echo "GISDBASE: ${RUN_GISBASE}" > ${RUN_GISRC}
 	@ echo "LOCATION_NAME: demolocation" >> ${RUN_GISRC}
 	@ echo "MAPSET: PERMANENT" >> ${RUN_GISRC}



More information about the grass-commit mailing list