[csw-devel] SF.net SVN: gar:[22072] csw/mgar/gar/v2/categories/python/category.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Oct 1 13:32:55 CEST 2013


Revision: 22072
          http://gar.svn.sourceforge.net/gar/?rev=22072&view=rev
Author:   dmichelsen
Date:     2013-10-01 11:32:54 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
mGAR v2: include gar/gar.mk must always be last

Modified Paths:
--------------
    csw/mgar/gar/v2/categories/python/category.mk

Modified: csw/mgar/gar/v2/categories/python/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/python/category.mk	2013-10-01 11:32:18 UTC (rev 22071)
+++ csw/mgar/gar/v2/categories/python/category.mk	2013-10-01 11:32:54 UTC (rev 22072)
@@ -47,16 +47,21 @@
 MERGE_SCRIPTS_isa-default-python_version-2_7 ?= copy-all
 MERGE_SCRIPTS_isa-default-python_version-3_3 ?= copy-all
 
-include gar/gar.mk
-
 # TODO: how can we transform this in SUN and GNU respectively? note
 # that it's to early(?) to use the generic name
+# Global modulation
+GARCOMPILER_PYTHON__5.9 = SOS12
+GARCOMPILER_PYTHON__5.10 = SOS12
+GARCOMPILER_PYTHON__5.11 = SOS12
+# Specific modulations
 GARCOMPILER_PYTHON_2_6_5.9 = SOS12
 GARCOMPILER_PYTHON_2_7_5.9 = GCC4
 GARCOMPILER_PYTHON_2_6_5.10 = SOS12U3
 GARCOMPILER_PYTHON_2_7_5.10 = GCC4
 GARCOMPILER_PYTHON_2_6_5.11 = SOS12U3
 GARCOMPILER_PYTHON_2_7_5.11 = GCC4
-GARCOMPILER = $(GARCOMPILER_PYTHON_$(PYTHON_VERSION)_$(GAROSREL))
+GARCOMPILER ?= $(GARCOMPILER_PYTHON_$(PYTHON_VERSION)_$(GAROSREL))
 
 PACKAGING_PLATFORMS ?= solaris9-i386 solaris9-sparc solaris10-i386 solaris10-sparc
+
+include gar/gar.mk

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