[GRASS-SVN] r48467 - grass/branches/develbranch_6/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 26 03:46:11 EDT 2011


Author: hamish
Date: 2011-09-26 00:46:11 -0700 (Mon, 26 Sep 2011)
New Revision: 48467

Modified:
   grass/branches/develbranch_6/scripts/v.krige/Makefile
Log:
comments re. proposed changes to make it nicer on MSys and beyond (see #1447 comment 12)

Modified: grass/branches/develbranch_6/scripts/v.krige/Makefile
===================================================================
--- grass/branches/develbranch_6/scripts/v.krige/Makefile	2011-09-26 06:28:07 UTC (rev 48466)
+++ grass/branches/develbranch_6/scripts/v.krige/Makefile	2011-09-26 07:46:11 UTC (rev 48467)
@@ -1,7 +1,18 @@
 MODULE_TOPDIR = ../..
 
 PGM = v.krige.py
+#PGM = v.krige      why not?
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 
 default: script
+
+# TODO - special handling required:
+#ifdef MINGW
+#$(BIN)/v.kridge.bat:
+#does the shell version of the file actually already exist??
+#	rm -f $(BIN)/$(PGM).bat
+#	echo ' @"%GRASS_PYTHON%" "%GISBASE%\scripts\v.krige.py" %*' > >@
+#else
+#	ln -s $(SCRIPTDIR)/$(PGM) $(SCRIPTDIR)/v.krige
+#endif



More information about the grass-commit mailing list