Revision: 17514
          http://gar.svn.sourceforge.net/gar/?rev=17514&view=rev
Author:   d_pocock
Date:     2012-03-22 11:11:11 +0000 (Thu, 22 Mar 2012)
Log Message:
-----------
ganglia: derive version string for library name automatically

Modified Paths:
--------------
    csw/mgar/pkg/ganglia/trunk/Makefile

Modified: csw/mgar/pkg/ganglia/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ganglia/trunk/Makefile 2012-03-22 10:42:42 UTC (rev 17513)
+++ csw/mgar/pkg/ganglia/trunk/Makefile 2012-03-22 11:11:11 UTC (rev 17514)
@@ -1,6 +1,6 @@
 NAME = ganglia
 VERSION = 3.3.4
-VERSION_U = 3-3-4
+VERSION_U = $(subst .,-,$(VERSION))
 # Unit tests don't seem to run on Solaris, so it is disabled
 # As soon as Ganglia test cases are fixed to run on Solaris,
 # this line should be commented out so that mgar will call `make check'

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to