[csw-devel] SF.net SVN: gar:[5998] csw/mgar/pkg/python/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed Aug 12 17:11:40 CEST 2009
Revision: 5998
http://gar.svn.sourceforge.net/gar/?rev=5998&view=rev
Author: valholla
Date: 2009-08-12 15:11:39 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
force to Studio 12 for non solaris 8 builds
Modified Paths:
--------------
csw/mgar/pkg/python/trunk/Makefile
Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile 2009-08-12 14:46:26 UTC (rev 5997)
+++ csw/mgar/pkg/python/trunk/Makefile 2009-08-12 15:11:39 UTC (rev 5998)
@@ -54,6 +54,10 @@
COMPILER_EXPORTS += BASECFLAGS
+ifneq ($(shell uname -r), 5.8)
+ GARCOMPILER = SOS12
+endif
+
NOISALIST = 1
LD_OPTIONS = -R/opt/csw/lib
export LD_OPTIONS
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