summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-06-15 18:25:32 +0000
committerBrent Eagles <brent@zeroc.com>2006-06-15 18:25:32 +0000
commit333e62fedea29f39a59ba353b20c6bf729157734 (patch)
treeb17eda95e69e563b3ff4c2973d12a666a2e64de3 /cpp/makebindist.py
parentFixing bug 1070 (Default third party install directory) and IceSSL for C# (diff)
downloadice-333e62fedea29f39a59ba353b20c6bf729157734.tar.bz2
ice-333e62fedea29f39a59ba353b20c6bf729157734.tar.xz
ice-333e62fedea29f39a59ba353b20c6bf729157734.zip
fixes for x32/x64 issues
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py15
1 files changed, 9 insertions, 6 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 06093c4b643..e5bb64ee3d0 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -982,6 +982,15 @@ def main():
installDir = os.environ.get('HOME') + '/tmp/iceinstall'
#
+ # Primarily for debugging spec file creation.
+ #
+ if printSpecFile:
+ version, soVersion = getVersion(cvsTag, buildDir)
+ RPMTools.createFullSpecFile(sys.stdout, installDir, version, soVersion)
+ sys.exit(0)
+
+
+ #
# We need to clean the directory out to keep obsolete files from
# being installed. This needs to happen whether we are running with
# noclean or not.
@@ -1028,12 +1037,6 @@ def main():
print '(RPMs will be built)'
print
- #
- # Primarily for debugging spec file creation.
- #
- if printSpecFile:
- createRPMSFromBinaries(sys.stdout, installDir, version, soVersion)
- sys.exit(0)
if not cvsMode:
#