[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] patchmerge distclean problems
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] patchmerge distclean problems |
Date: |
Mon, 30 Sep 2013 19:45:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 |
Hi Peter,
Sounds reasonable, but could you send a unified patch so my head doesn't
hurt.
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
>