Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89065 invoked from network); 7 May 2008 16:43:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2008 16:43:01 -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.146.183 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.146.183 wa-out-1112.google.com Received: from [209.85.146.183] ([209.85.146.183:35971] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/22-20715-31CD1284 for ; Wed, 07 May 2008 12:43:01 -0400 Received: by wa-out-1112.google.com with SMTP id v27so484869wah.17 for ; Wed, 07 May 2008 09:42:57 -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:mime-version:content-type; bh=MBwkaazrPWiwyFc3Hr11zQOU1J8RIWJDrBtHl/otozs=; b=jueCsa1WrVaUuM0qUQyQ/rcJicS5juFVHtHrl1SnD1l7n+3B0QoytSOe5apyCVgGznWOK/e5GSRaTv+QYWVu+ndWVbk37+XjAonr2mv19bBqVnwfHkKOiwipvBAnr5HmX5dZP7ns3G0qacRseuQNy3iXR+m3Y9DhJCl4RpfLlOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type; b=YGzQvVY580BP0yLZoM1ZjGOfNcQC161Pj2gp/cyHC3kvFelArtVS4pcYhLliDHpPnPvOeIzeGRvSuB+Hi+yGHs6l7Gmau9R0P2d4YQCwE8tAqDi1XXleQtB8ookla4UGYGujlS8UsIi5QHALyB7EWzI2YKnTlx2TwqLJcPNclKU= Received: by 10.114.190.6 with SMTP id n6mr2117456waf.131.1210178576722; Wed, 07 May 2008 09:42:56 -0700 (PDT) Received: by 10.114.209.15 with HTTP; Wed, 7 May 2008 09:42:56 -0700 (PDT) Message-ID: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> Date: Wed, 7 May 2008 17:42:56 +0100 Reply-To: RQuadling@GoogleMail.com To: "internals Mailing List" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_3303_5181312.1210178576716" Subject: Win32 Makefile template patch. From: rquadling@googlemail.com ("Richard Quadling") ------=_Part_3303_5181312.1210178576716 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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!" ------=_Part_3303_5181312.1210178576716--