summaryrefslogtreecommitdiff
path: root/php/makedist.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-03-01 16:00:00 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-03-01 16:00:00 +0000
commit8a309e224bc9ca2cdefc1328605331bdf55b97f3 (patch)
tree213068bb70041fbb76cafd6708d3f4b7e784bda6 /php/makedist.py
parentBug 1905 - remove Make.rules.msvc (diff)
downloadice-8a309e224bc9ca2cdefc1328605331bdf55b97f3.tar.bz2
ice-8a309e224bc9ca2cdefc1328605331bdf55b97f3.tar.xz
ice-8a309e224bc9ca2cdefc1328605331bdf55b97f3.zip
Bug 1905
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-xphp/makedist.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/php/makedist.py b/php/makedist.py
index 4f64927e17c..400dd70bd4a 100755
--- a/php/makedist.py
+++ b/php/makedist.py
@@ -82,7 +82,17 @@ os.chdir(distdir)
#
# Export sources from CVS.
#
-os.system("cvs -d cvs.zeroc.com:/home/cvsroot export " + tag + " icephp ice/include/IceUtil/Config.h")
+os.system("cvs -d cvs.zeroc.com:/home/cvsroot export " + tag + " icephp ice/config ice/include/IceUtil/Config.h")
+
+
+#
+# Copy Make.rules.Linux and Make.rules.msvc
+#
+shutil.copyfile(os.path.join("ice", "config", "Make.rules.Linux"),
+ os.path.join("icephp", "config", "Make.rules.Linux"))
+
+shutil.copyfile(os.path.join("ice", "config", "Make.rules.msvc"),
+ os.path.join("icephp", "config", "Make.rules.msvc"))
#
# Remove files.