Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17063 invoked from network); 15 Sep 2011 21:52:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2011 21:52:11 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:61341] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/63-29375-A83727E4 for ; Thu, 15 Sep 2011 17:52:10 -0400 Received: by ywa8 with SMTP id 8so2900257ywa.29 for ; Thu, 15 Sep 2011 14:52:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2NNFW7l3YWcvxE/2EpgpV0lNdKyrguEIu9KJ1Z15B8g=; b=rNCCdV9vjDtFc1YeLr55x196Wyx+iG4CnF5hyFTu5il405hNyIFZvhBzC7Q8q+Uq+j hsO2Up5OzjvFGmliTO2bV2QXWlVtbyfILkIyFeR89IsuhwQ4apvoGbEFExbANs6FdSn4 1JsariNOcZNWuAIszlJbeUahqQJ+41jv7mbVg= MIME-Version: 1.0 Received: by 10.146.248.18 with SMTP id v18mr1375228yah.20.1316123527806; Thu, 15 Sep 2011 14:52:07 -0700 (PDT) Received: by 10.147.41.10 with HTTP; Thu, 15 Sep 2011 14:52:07 -0700 (PDT) In-Reply-To: <4E72744D.3070306@gmail.com> References: <4E72744D.3070306@gmail.com> Date: Thu, 15 Sep 2011 23:52:07 +0200 Message-ID: To: =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= Cc: RQuadling@gmail.com, PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] A couple of missing directories if configure.js is forgotten. From: pierre.php@gmail.com (Pierre Joye) hi Richard, Can you open a bug for each of your patches please? Thanks! 2011/9/15 =C1ngel Gonz=E1lez : > Richard Quadling wrote: >> >> Hi. >> >> Sometimes I remove Release prior to nmake to make sure everything builds >> clean. >> >> 2 directories fail to get build >> >> Release\win32 >> Release\devel >> >> The attached patch fixes that. >> >> - =A0 =A0 =A0 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir = %D> =A0NUL >> + =A0 =A0 =A0 @for %D in ($(BUILD_DIRS_SUB) devel win32) do @if not exis= t %D >> @mkdir %D> =A0NUL >> >> >> >> Richard. > > Shouldn't you add them to BUILD_DIRS_SUB instead? > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org