[GRASS-SVN] r56702 - grass/trunk/demolocation

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 14 09:02:20 PDT 2013


Author: glynn
Date: 2013-06-14 09:02:20 -0700 (Fri, 14 Jun 2013)
New Revision: 56702

Modified:
   grass/trunk/demolocation/Makefile
Log:
Rename DIRS -> SRCDIRS


Modified: grass/trunk/demolocation/Makefile
===================================================================
--- grass/trunk/demolocation/Makefile	2013-06-14 10:52:10 UTC (rev 56701)
+++ grass/trunk/demolocation/Makefile	2013-06-14 16:02:20 UTC (rev 56702)
@@ -8,11 +8,11 @@
 DBFFILES := $(foreach map,$(MAPS),dbf/$(map).dbf)
 VECTFILES := $(foreach map,$(MAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
 SRC := $(SRCFILES) $(DBFFILES) $(VECTFILES)
-DIRS := PERMANENT PERMANENT/vector PERMANENT/dbf $(patsubst %,PERMANENT/vector/%,$(MAPS))
+SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/dbf $(patsubst %,PERMANENT/vector/%,$(MAPS))
 
 DSTDIR = $(ARCH_DISTDIR)/demolocation
 DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
-DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(DIRS))
+DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(SRCDIRS))
 RCFILE = $(DSTDIR)/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 
 default: $(DST) $(RCFILE)



More information about the grass-commit mailing list