[Commits] (markie) This seems to work better for linux

commits at osafoundation.org commits at osafoundation.org
Mon Mar 15 13:28:35 PST 2004


Commit by: markie
Modified files:
osaf/chandler/persistence/PyLucene/__hardhat__.py 1.10 1.11

Log message:
This seems to work better for linux


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/persistence/PyLucene/__hardhat__.py.diff?r1=text&tr1=1.10&r2=text&tr2=1.11

Index: osaf/chandler/persistence/PyLucene/__hardhat__.py
diff -u osaf/chandler/persistence/PyLucene/__hardhat__.py:1.10 osaf/chandler/persistence/PyLucene/__hardhat__.py:1.11
--- osaf/chandler/persistence/PyLucene/__hardhat__.py:1.10	Sun Mar 14 23:44:29 2004
+++ osaf/chandler/persistence/PyLucene/__hardhat__.py	Mon Mar 15 13:28:05 2004
@@ -44,12 +44,12 @@
 
         GCJ = "GCJ=%s" %(GCJ_HOME)
 
-#        gcj_version = gcjVer()
-#        if gcj_version < '3.3':
-#            raise hardhatlib.HardHatBuildEnvError, "GCJ version 3.3 or later is required to build this module, the version found is '%s'" %(gcj_version)
+        gcj_version = gcjVer()
+        if gcj_version < '3.3':
+            raise hardhatlib.HardHatBuildEnvError, "GCJ version 3.3 or later is required to build this module, the version found is '%s'" %(gcj_version)
 
-#        gcj = hardhatlib.expandVars('${gcj}')
-#        GCJ = "GCJ=%s" %(os.path.dirname(gcj))
+        gcj = hardhatlib.expandVars('${gcj}')
+        GCJ = "GCJ=%s" %(os.path.dirname(gcj))
         
         hardhatlib.executeCommand(buildenv, info['name'],
                                   [ buildenv['make'], '-f', 'Makefile.linux',



More information about the Commits mailing list