[Commits] (heikki) We have a makefile-based build system so these
are not needed anymore.
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 27 15:34:34 PDT 2004
Commit by: heikki
Modified files:
hardhat/wrapper.py 1.7 1.8
Log message:
We have a makefile-based build system so these are not needed anymore.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/wrapper.py.diff?r1=text&tr1=1.7&r2=text&tr2=1.8
Index: hardhat/wrapper.py
diff -u hardhat/wrapper.py:1.7 hardhat/wrapper.py:1.8
--- hardhat/wrapper.py:1.7 Tue Mar 2 15:10:50 2004
+++ hardhat/wrapper.py Fri Aug 27 15:34:33 2004
@@ -1,6 +1,6 @@
#!/usr/bin/python
-__version__ = "$Revision: 1.7 $"
-__date__ = "$Date: 2004/03/02 23:10:50 $"
+__version__ = "$Revision: 1.8 $"
+__date__ = "$Date: 2004/08/27 22:34:33 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "GPL -- see LICENSE.txt"
@@ -39,9 +39,7 @@
args[:0] = [args[0]]
# ...but strip out the path of the executable in args[1]
- if os.path.basename(args[1]) != 'do_masm.bat' and \
- os.path.basename(args[1]) != 'test.bat': # XXX openssl build hacks
- args[1] = os.path.basename(args[1])
+ args[1] = os.path.basename(args[1])
# all args need to be quoted
args = map(quoteString, args)
More information about the Commits
mailing list