1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Use compression for makedist

This commit is contained in:
Zeev Suraski
2000-03-26 19:26:09 +00:00
parent 8c79054ad2
commit 8419dc332b

View File

@@ -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...