summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-03-26 19:26:09 +0000
committerZeev Suraski <zeev@php.net>2000-03-26 19:26:09 +0000
commit8419dc332bbf83341b1da2f58abc503139fc99f7 (patch)
tree20d9c00a9332bacfd588a77d0fdd9bee7d38a854 /makedist
parent8c79054ad255150075777efecf4b38061a95cf59 (diff)
downloadphp-git-8419dc332bbf83341b1da2f58abc503139fc99f7.tar.gz
Use compression for makedist
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist6
1 files changed, 3 insertions, 3 deletions
diff --git a/makedist b/makedist
index b6efe7f60a..0ae3ce9401 100755
--- a/makedist
+++ b/makedist
@@ -80,7 +80,7 @@ fi
# Export PHP
$ECHO_N "makedist: exporting tag '$CVSTAG' from '$PHPMOD'...$ECHO_C"
-cvs -d $PHPROOT -Q export -d $DIR -r $CVSTAG $PHPMOD || exit 4
+cvs -z 9 -d $PHPROOT -Q export -d $DIR -r $CVSTAG $PHPMOD || exit 4
echo ""
# Export the other modules inside the PHP directory
@@ -88,12 +88,12 @@ cd $DIR || exit 5
# Export Zend
$ECHO_N "makedist: exporting tag '$CVSTAG' from '$ZENDMOD'...$ECHO_C"
-cvs -d $ZENDROOT -Q export -r $CVSTAG $ZENDMOD || exit 4
+cvs -z 9 -d $ZENDROOT -Q export -r $CVSTAG $ZENDMOD || exit 4
echo ""
# Export TSRM
$ECHO_N "makedist: exporting tag '$CVSTAG' from '$TSRMMOD'...$ECHO_C"
-cvs -d $ZENDROOT -Q export -r $CVSTAG $TSRMMOD || exit 4
+cvs -z 9 -d $ZENDROOT -Q export -r $CVSTAG $TSRMMOD || exit 4
echo ""
# remove CVS stuff...