Hi Peter,

Thanks, looks good, I've checked your changes into CVS.

Regards, Stuart

On 30/09/13 21:56, Peter Barada wrote:
> 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
>>> [email protected]
>>> https://lists.nongnu.org/mailman/listinfo/ltib
>>>
> 
> 

_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ltib

Reply via email to