[csw-devel] SF.net SVN: gar:[5205] csw/mgar/gar/v2/gar.conf.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jun 8 19:29:29 CEST 2009
Revision: 5205
http://gar.svn.sourceforge.net/gar/?rev=5205&view=rev
Author: dmichelsen
Date: 2009-06-08 17:29:29 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
mGAR v2: Introduce GNOME_PROJ
Modified Paths:
--------------
csw/mgar/gar/v2/gar.conf.mk
Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk 2009-06-08 16:29:56 UTC (rev 5204)
+++ csw/mgar/gar/v2/gar.conf.mk 2009-06-08 17:29:29 UTC (rev 5205)
@@ -500,9 +500,10 @@
#
# Gnome
+GNOME_PROJ ?= $(GARNAME)
GNOME_ROOT = http://ftp.gnome.org/pub/GNOME/sources
GNOME_SUBV = $(shell echo $(GARVERSION) | awk -F. '{print $$1"."$$2}')
-GNOME_MIRROR = $(GNOME_ROOT)/$(GARNAME)/$(GNOME_SUBV)/
+GNOME_MIRROR = $(GNOME_ROOT)/$(GNOME_PROJ)/$(GNOME_SUBV)/
# SourceForge
SF_PROJ ?= $(GARNAME)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list