Searched refs:PHPROOT (Results 1 – 3 of 3) sorted by relevance
21 if test "x$PHPROOT" == "x"; then22 PHPROOT=.25 for TARBALL in "$PHPROOT/php-$RELEASE_VER.tar.bz2" "$PHPROOT/php-$RELEASE_VER.tar.gz" "$PHPROOT/php…41 for TARBALL in "$PHPROOT/php-$RELEASE_VER.tar.bz2" "$PHPROOT/php-$RELEASE_VER.tar.gz" "$PHPROOT/php…
43 if test "x$PHPROOT" = "x"; then44 PHPROOT=git@git.php.net:php-src.git;74 $ECHO_N "makedist: exporting tag 'php-$VER' from '$PHPROOT'...$ECHO_C"75 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
93 12. run: ``PHPROOT=. ./makedist 5.4.2RC2``, this will export the tree, create configure188 9. run: ``PHPROOT=. ./makedist php 5.4.1``, this will export the tag, create configure
Completed in 9 milliseconds