Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37567 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90417 invoked from network); 9 May 2008 12:08:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2008 12:08:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.198.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.198.232 rv-out-0506.google.com Received: from [209.85.198.232] ([209.85.198.232:8220] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/B2-12016-3AE34284 for ; Fri, 09 May 2008 08:08:04 -0400 Received: by rv-out-0506.google.com with SMTP id g37so1383515rvb.23 for ; Fri, 09 May 2008 05:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pgXANSL9v7JByGYZfowJvedHXdwNSMApHVMXk+fXvHQ=; b=AxbcsEX2XfogE+4ww+Bqoe1yhv4GOIY5Pjj8nivJgxTW+W1zJ+3z5aly1S6qtg/9xVbxsKwqh9yD0PLTOacjNVp3n+O39TQtwmIxddwYQGmuGXBFAcYHAmkEOkgiQkh351PVjqlu5WZNavt2N00CM2NNqPICXih1UNV/D4mB+ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dbqZely5Pw/21VhHecpBLJgSJVw5ZlOdHF9b+El8grSNeTysiz6xOjhqPAWN1mTUHMnniDCvDhY1Mc5pCCA43G+WiL/eEEZiGubJRtdIjAF4EZk90jWwzEx6e7fhWHYENj62poknIsXc4/vjlhK5cLbp66dJpRQmaLWabVMyNFg= Received: by 10.115.22.14 with SMTP id z14mr4131578wai.138.1210334880707; Fri, 09 May 2008 05:08:00 -0700 (PDT) Received: by 10.114.209.15 with HTTP; Fri, 9 May 2008 05:08:00 -0700 (PDT) Message-ID: <10845a340805090508w9ea8196s2533f5be96c5a8ff@mail.gmail.com> Date: Fri, 9 May 2008 13:08:00 +0100 Reply-To: RQuadling@GoogleMail.com To: "Hector Santos" Cc: "internals Mailing List" In-Reply-To: <48243D86.8000104@isdg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> <7f3ed2c30805071317l5faf1785s5e7422ea77b1bcb7@mail.gmail.com> <10845a340805080204i2c84a818w104cb11df0610250@mail.gmail.com> <013301c8b11b$22c24710$4001a8c0@foxbox> <10845a340805080805s53314162ybc23fca6c0b781e5@mail.gmail.com> <015501c8b125$0340e4f0$4001a8c0@foxbox> <10845a340805090324l5abab0ecx7e9ebe2ad39fbcce@mail.gmail.com> <008d01c8b1c2$1a67c840$4001a8c0@foxbox> <10845a340805090359w3b515266pef5892ebd61b32d3@mail.gmail.com> <48243D86.8000104@isdg.net> Subject: Re: [PHP-DEV] Win32 Makefile template patch. From: rquadling@googlemail.com ("Richard Quadling") 2008/5/9 Hector Santos : > 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 > > Can you build a really simple makefile and run it using nmake? nmake is the issue as it is not using the shell first. It is looking for executables via the path. System Internal's FileMonitor shows this. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"