[GRASS-SVN] r67184 - grass-addons/tools/wingrass-packager

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 16 11:22:40 PST 2015


Author: martinl
Date: 2015-12-16 11:22:40 -0800 (Wed, 16 Dec 2015)
New Revision: 67184

Modified:
   grass-addons/tools/wingrass-packager/grass_packager.bat
Log:
wingrass-packager: cosmetics

Modified: grass-addons/tools/wingrass-packager/grass_packager.bat
===================================================================
--- grass-addons/tools/wingrass-packager/grass_packager.bat	2015-12-16 18:35:43 UTC (rev 67183)
+++ grass-addons/tools/wingrass-packager/grass_packager.bat	2015-12-16 19:22:40 UTC (rev 67184)
@@ -5,8 +5,8 @@
 REM
 echo Clean-up...
 REM
-call :cleanUp x86
-call :cleanUp x86_64
+call :cleanUp 32
+call :cleanUp 64
 
 REM
 echo Compiling GRASS GIS...
@@ -61,10 +61,12 @@
 exit /b %ERRORLEVEL%
 
 :cleanUp
-for /d %%G in ("C:\OSGeo4W%~1\apps\grass\grass-7*svn") do rmdir /s /q "%%G"
+	echo ...(%~1)
+        for /d %%G in ("C:\OSGeo4W%~1\apps\grass\grass-7*svn") do rmdir /s /q "%%G"
 exit /b 0
 
 :cleanUpPkg
+	echo ...(%~1)
 	if not exist "%~1" mkdir %~1
 	if exist .\%~1\grass70 rmdir /S/Q .\%~1\grass70
 	xcopy C:\msys%~2\usr\src\grass70_release\mswindows\* .\%~1\grass70 /S/V/I > NUL
@@ -73,6 +75,7 @@
 exit /b 0
 
 :preparePkg
+	echo ...(%~1)
 	cd .\%~1\grass70
 	call .\GRASS-Packager.bat %~2 > .\GRASS-Packager.log
 	cd ..\..
@@ -82,6 +85,7 @@
 exit /b 0
 
 :createPkg
+	echo ...(%~1)
 	C:\DevTools\makensis.exe .\%~1\grass70\GRASS-Installer.nsi > .\%~1\grass70\GRASS-Installer.log
 	C:\DevTools\makensis.exe .\%~1\grass71\GRASS-Installer.nsi > .\%~1\grass71\GRASS-Installer.log
 exit /b 0



More information about the grass-commit mailing list