[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ltib] patchmerge distclean problems
From: |
Peter Barada |
Subject: |
[Ltib] patchmerge distclean problems |
Date: |
Mon, 30 Sep 2013 12:42:59 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
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...
--
Peter Barada
address@hidden
ltib-fix-distclean.patch
Description: Text Data
- [Ltib] patchmerge distclean problems,
Peter Barada <=