[csw-devel] SF.net SVN: gar:[8819] csw/mgar/gar/v2/gar.pkg.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Feb 25 16:38:11 CET 2010
Revision: 8819
http://gar.svn.sourceforge.net/gar/?rev=8819&view=rev
Author: dmichelsen
Date: 2010-02-25 15:38:11 +0000 (Thu, 25 Feb 2010)
Log Message:
-----------
mGAR v2: Honour CATALOGNAME even with implicit PACKAGES
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2010-02-25 15:27:13 UTC (rev 8818)
+++ csw/mgar/gar/v2/gar.pkg.mk 2010-02-25 15:38:11 UTC (rev 8819)
@@ -32,7 +32,7 @@
ifeq ($(origin PACKAGES), undefined)
PACKAGES = $(if $(filter %.gspec,$(DISTFILES)),,CSW$(GARNAME))
-CATALOGNAME = $(if $(filter %.gspec,$(DISTFILES)),,$(GARNAME))
+CATALOGNAME ?= $(if $(filter %.gspec,$(DISTFILES)),,$(GARNAME))
SRCPACKAGE_BASE = $(firstword $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES))
SRCPACKAGE ?= $(SRCPACKAGE_BASE)-src
SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES) $(if $(NOSOURCEPACKAGE),,$(SRCPACKAGE))
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