[pypy-svn] r32778 - pypy/dist/pypy/translator/goal
xoraxax at codespeak.net
xoraxax at codespeak.net
Sun Oct 1 12:00:06 CEST 2006
Author: xoraxax
Date: Sun Oct 1 12:00:05 2006
New Revision: 32778
Modified:
pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Oops, that was the wrong place to change the name (it is done automatically obviously).
Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py (original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py Sun Oct 1 12:00:05 2006
@@ -122,10 +122,6 @@
realname += "-" + features
if backend == 'llvm': #create llvm exectutable from the current source
- if features:
- revname = revision + "-" + features
- else:
- revname = revision
compile_llvm_variants(revname)
elif os.path.exists(basename): #copy executable
pypy = open(basename, 'rb').read()
More information about the pypy-svn
mailing list