[PHP-DEV] Win32 Makefile template patch.
by Richard Quadling other posts by this author
May 7 2008 9:43AM messages near this date
#44936 [Opn->Asn]: ini_set changes 'access' value of config variable
|
Re: [PHP-DEV] Win32 Makefile template patch.
Hi.
In the past Cygwin was necessary to build PHP documentation. It isn't
anymore, but I've still got it on my machine.
The current Makefile template for win32 build of PHP uses rmdir, which
is being detected as an executable. This is probably nmake's fault as
rmdir at the command line will use the built-in one first.
The attached patch forces the use of 'rd' rather than 'rmdir'.
Cygwin's rmdir.exe doesn't support /s or /q
Windows rd does.
Obviously no cygwin === no rmdir rename required.
Richard.
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
Thread:
Richard Quadling
Hannes Magnusson
Steph Fox
Wietse Venema
Richard Quadling
Steph Fox
Steph Fox
Richard Quadling
Hector Santos
Richard Quadling
Hector Santos
Steph Fox
Richard Quadling
Steph Fox
Richard Quadling
Richard Quadling
|