Re: [PHP-CVS] cvs: php-src / buildconf.bat

2009-01-02 Thread Kalle Sommer Nielsen
Hi Pierre

2009/1/2 Pierre Joye :
> hi Kalle,
>
> Please revert or add a tests+error reporting if it fails,

I added a check to see if the configure script wasn't copied

>
> Cheers,
>
> 2009/1/2 Kalle Sommer Nielsen :
>> kalle   Fri Jan  2 05:50:51 2009 UTC
>>
>>  Modified files:
>>/php-srcbuildconf.bat
>>  Log:
>>  Redirect the "1 file(s) copied" message to nul
>>
>> http://cvs.php.net/viewvc.cgi/php-src/buildconf.bat?r1=1.3&r2=1.4&diff_format=u
>> Index: php-src/buildconf.bat
>> diff -u php-src/buildconf.bat:1.3 php-src/buildconf.bat:1.4
>> --- php-src/buildconf.bat:1.3   Mon Dec  8 22:41:54 2008
>> +++ php-src/buildconf.bat   Fri Jan  2 05:50:51 2009
>> @@ -1,5 +1,5 @@
>>  @echo off
>>  cscript /nologo win32\build\buildconf.js %*
>>  SET PHP_BUILDCONF_PATH=%~dp0
>> -copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH%
>> +copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > 
>> nul
>>  SET PHP_SDK_SCRIPT_PATH=
>>
>>
>>
>> --
>> PHP CVS Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
> --
> Pierre
>
> http://blog.thepimp.net | http://www.libgd.org
>

regrads

-- 
Kalle Sommer Nielsen

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



Re: [PHP-CVS] cvs: php-src / buildconf.bat

2009-01-02 Thread Pierre Joye
hi Kalle,

Please revert or add a tests+error reporting if it fails,

Cheers,

2009/1/2 Kalle Sommer Nielsen :
> kalle   Fri Jan  2 05:50:51 2009 UTC
>
>  Modified files:
>/php-srcbuildconf.bat
>  Log:
>  Redirect the "1 file(s) copied" message to nul
>
> http://cvs.php.net/viewvc.cgi/php-src/buildconf.bat?r1=1.3&r2=1.4&diff_format=u
> Index: php-src/buildconf.bat
> diff -u php-src/buildconf.bat:1.3 php-src/buildconf.bat:1.4
> --- php-src/buildconf.bat:1.3   Mon Dec  8 22:41:54 2008
> +++ php-src/buildconf.bat   Fri Jan  2 05:50:51 2009
> @@ -1,5 +1,5 @@
>  @echo off
>  cscript /nologo win32\build\buildconf.js %*
>  SET PHP_BUILDCONF_PATH=%~dp0
> -copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH%
> +copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > 
> nul
>  SET PHP_SDK_SCRIPT_PATH=
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

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