[GRASS-SVN] r37808 - in grass/trunk: . tools/timer

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 10 14:03:01 EDT 2009


Author: glynn
Date: 2009-06-10 14:03:00 -0400 (Wed, 10 Jun 2009)
New Revision: 37808

Modified:
   grass/trunk/Makefile
   grass/trunk/tools/timer/Makefile
Log:
MSys/MinGW fixes


Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile	2009-06-10 13:41:17 UTC (rev 37807)
+++ grass/trunk/Makefile	2009-06-10 18:03:00 UTC (rev 37808)
@@ -404,7 +404,7 @@
 builddemolocation:
 	test -d ${ARCH_DISTDIR} || ${MAKE_DIR_CMD} ${ARCH_DISTDIR}
 	-tar cBf - demolocation | (cd ${ARCH_DISTDIR}/ ; tar xBfo - ) 2>/dev/null
-	sed 's!@GISDBASE@!$(ARCH_DISTDIR)!' < grassrc.tmpl > $(ARCH_DISTDIR)/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
+	sed 's!@GISDBASE@!$(RUN_GISBASE)!' < grassrc.tmpl > $(ARCH_DISTDIR)/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 
 .PHONY: default libs cleandistdirs cleanscriptstrings clean libsclean
 .PHONY: distclean strip install real-install install-strip install-macosx

Modified: grass/trunk/tools/timer/Makefile
===================================================================
--- grass/trunk/tools/timer/Makefile	2009-06-10 13:41:17 UTC (rev 37807)
+++ grass/trunk/tools/timer/Makefile	2009-06-10 18:03:00 UTC (rev 37808)
@@ -6,4 +6,6 @@
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 
+FMODE_OBJ =
+
 default: etc



More information about the grass-commit mailing list