Commit:    52171aeaf41545205fb960e1a01d4dd33d09137b
Author:    David Soria Parra <d...@php.net>         Wed, 20 Mar 2013 15:16:24 
+0100
Parents:   66b4e5cdec09782b3036a9c86250b09f6d22f521
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=52171aeaf41545205fb960e1a01d4dd33d09137b

Log:
Allow local override of PHPROOT in makedist

Changed paths:
  M  makedist


Diff:
diff --git a/makedist b/makedist
index bce40a9..f5823d3 100755
--- a/makedist
+++ b/makedist
@@ -35,7 +35,10 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then
 fi
 IFS="$old_IFS"
 
-PHPROOT=g...@git.php.net:php-src.git
+if test "$PHPROOTx" == "x"; then
+    PHPROOT=g...@git.php.net:php-src.git;
+fi
+
 LT_TARGETS='ltconfig ltmain.sh config.guess config.sub'
 
 if echo '\c' | grep -s c >/dev/null 2>&1


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to