[mapserver-commits] r12157 - trunk/mapserver/mapcache

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:02:52 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:02:52 -0700 (Fri, 26 Aug 2011)
New Revision: 12157

Modified:
   trunk/mapserver/mapcache/Makefile.inc.in
Log:
refactor context initialization
first stub for seeding utility
thomas.bonfort | 2010-11-06 18:05:59 +0100 (Sat, 06 Nov 2010)

Modified: trunk/mapserver/mapcache/Makefile.inc.in
===================================================================
--- trunk/mapserver/mapcache/Makefile.inc.in	2011-08-26 11:02:47 UTC (rev 12156)
+++ trunk/mapserver/mapcache/Makefile.inc.in	2011-08-26 11:02:52 UTC (rev 12157)
@@ -35,4 +35,4 @@
 
 OBJS=$(shell find . -regex '^.*\.c$$' -print | grep -v mod_geocache.c | grep -v fastcgi_geocache.c |sed "s/^\(.*\)\.c$$/\1.o/") 
 LOBJS=$(shell find . -regex '^.*\.c$$' -print | grep -v mod_geocache.c | grep -v fastcgi_geocache.c | sed "s/^\(.*\)\.c$$/\1.lo/")
-APXS_WCFLAGS=$(shell for flag in $(GC_CFLAGS); do echo -n "-Wc,$$flag "; done)
\ No newline at end of file
+APXS_WCFLAGS=$(shell for flag in $(GC_CFLAGS); do echo "-Wc,$$flag "; done)



More information about the mapserver-commits mailing list