ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] patchmerge distclean problems


From: Peter Barada
Subject: Re: [Ltib] patchmerge distclean problems
Date: Mon, 30 Sep 2013 16:56:51 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 09/30/2013 02:45 PM, Stuart Hughes wrote:
> Hi Peter,
>
> Sounds reasonable, but could you send a unified patch so my head doesn't
> hurt.
Sure, attached.
>
> Regards, Stuart
>
> On 30/09/13 17:42, Peter Barada wrote:
>> Stuart,
>>
>> I've been hacking away at Qt5, and noticed a problem while trying to
>> generate a patch via "-m patchmerge".  Qt5 uses qmake to do its
>> distclean (and doesn't do a good job at it), and usign the current ltib
>> script it fails since the code to handle patchmerge renames the build
>> directory to <pkg>.modified and _then_ does the distclean.  This breaks
>> in Qt5 due to internal dependencies that contain the full pathname.
>>
>> Attached is a patch (against current ltib source) that rearranges the
>> order to be:
>>
>> 1) cd into the pkg build directory
>> 2) "make distclean"
>> 3) mv pkg build directory to pkg build directory .modified
>> 4) cd -
>>
>> So far it looks to work for me...
>>
>>
>>
>> _______________________________________________
>> LTIB home page: http://ltib.org
>>
>> Ltib mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/ltib
>>


-- 
Peter Barada
address@hidden

Attachment: ltib-fix-distclean-unified.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]