ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-dev
php-dev
Re: [PHP-DEV] Win32 Makefile template patch.
by Hector Santos other posts by this author
May 9 2008 5:04AM messages near this date
Re: [PHP-DEV] Win32 Makefile template patch. | Re: [PHP-DEV] Win32 Makefile template patch.
Richard Quadling wrote:

>  You don't actually need to install cygwin to see the fault.
>  
>  Create a batch file called rmdir.bat like this ...
>  

But this is not what you have in the production makefile environment.

Here is a quick test. Create a simple makefile in your home folder.  for 
me, it is:

       g:/cygwin/home/administrator

Makefile has:

# -----------------------
all: clean

clean:
   @echo hello world
   @md bob
   -rmdir bob /q /s
# -----------------------

I can run this under a cygwin shell or a normal DOS BOX and it works fine.

However, I agree if you type RMDIR from within a cygwin shell, then it 
will use the EXE version found in the bin folder which is incompatible 
with the Windows RMDIR/RD shell commands, switch wise.

-- 
Hector Santos


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved