hi Kalle,

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

Cheers,

2009/1/2 Kalle Sommer Nielsen <ka...@php.net>:
> kalle           Fri Jan  2 05:50:51 2009 UTC
>
>  Modified files:
>    /php-src    buildconf.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

Reply via email to