summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 4ead611ff4d..369672ee8b0 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1184,15 +1184,15 @@ def main():
if getPlatform() == 'macosx':
copyExpatFiles(os.environ['EXPAT_HOME'], version)
- if getPlatform() == 'hpux':
- ssl = os.environ['OPENSSL_HOME']
- shutil.copy('%s/bin/openssl' % ssl, 'Ice-%s/bin' % version)
- runprog('cp -R ' + ssl + '/include Ice-' + version)
- runprog('cp -R ' + ssl + '/lib Ice-' + version)
- runprog('rm -rf Ice-' + version + '/lib/libfips*')
- runprog('rm -rf Ice-' + version + '/lib/engines')
- runprog('rm -rf Ice-' + version + '/lib/pkgconfig')
- runprog('rm -f Ice-' + version + '/lib/*.a')
+# if getPlatform() == 'hpux':
+# ssl = os.environ['OPENSSL_HOME']
+# shutil.copy('%s/bin/openssl' % ssl, 'Ice-%s/bin' % version)
+# runprog('cp -R ' + ssl + '/include Ice-' + version)
+# runprog('cp -R ' + ssl + '/lib Ice-' + version)
+# runprog('rm -rf Ice-' + version + '/lib/libfips*')
+# runprog('rm -rf Ice-' + version + '/lib/engines')
+# runprog('rm -rf Ice-' + version + '/lib/pkgconfig')
+# runprog('rm -f Ice-' + version + '/lib/*.a')
uname = readcommand('uname')
platformSpecificFiles = [ 'README', 'SOURCES', 'THIRD_PARTY_LICENSE' ]