[csw-devel] SF.net SVN: gar:[10806] csw/mgar/gar/v2/gar.pkg.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 25 15:39:26 CEST 2010


Revision: 10806
          http://gar.svn.sourceforge.net/gar/?rev=10806&view=rev
Author:   dmichelsen
Date:     2010-08-25 13:39:26 +0000 (Wed, 25 Aug 2010)

Log Message:
-----------
mGAR v2: Add OPENCSW_BUNDLE to pkginfo

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-08-25 09:36:27 UTC (rev 10805)
+++ csw/mgar/gar/v2/gar.pkg.mk	2010-08-25 13:39:26 UTC (rev 10806)
@@ -78,6 +78,8 @@
 
 _PKG_SPECS      = $(filter-out $(NOPACKAGE),$(SPKG_SPECS))
 
+BUNDLE ?= $(GARNAME)
+
 # pkgname - Get the name of a package from a gspec-name or package-name
 #
 # This is a safety function. In sane settings it should return the name
@@ -570,6 +572,7 @@
 	echo "OPENCSW_CATALOGNAME=$(call catalogname,$*)"; \
 	echo "OPENCSW_MODE64=$(call mode64,$*)"; \
 	echo "OPENCSW_REPOSITORY=$(call _URL)@$(call _REVISION)"; \
+	echo "OPENCSW_BUNDLE=$(BUNDLE)"; \
 	$(_CATEGORY_PKGINFO) \
 	) >$@
 


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