Re: A couple of missing directories if configure.js is forgotten.

From: Date: Thu, 15 Sep 2011 21:52:07 +0000
Subject: Re: A couple of missing directories if configure.js is forgotten.
References: 1 2  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
hi Richard,

Can you open a bug for each of your patches please? Thanks!

2011/9/15 Ángel González <[email protected]>:
> 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.
>>
>> -       @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D>  NUL
>> +       @for %D in ($(BUILD_DIRS_SUB) devel win32) do @if not exist %D
>> @mkdir %D>  NUL
>>
>>
>>
>> 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
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org


Thread (5 messages)

« previous php.internals (#55463) next »