This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Prevents makeinfo-of-death


Michael, All,

[Please, keep the list CCed on replies]

On Saturday 06 March 2010 18:06:07 M P wrote:
> On Sat, Mar 6, 2010 at 3:55 PM, Yann E. MORIN
> >> Anyway, this small patch against 1.6.0 delete previous incarnation of
> >> the wrapper and ensure "which" can't find it.
> > Could you provide a reproducible procedure that exhibits the issue?
[--SNIP--]
> Ah, it is probably related to the fact that I'm trying NOT to nuke the
> install directory, because I want to keep all my toolchains into one
> ./bin directory instead of in separate ones!

Oh, I see. Even in this case, it should not happen: the buildtools
directory is (should be!) removed after a successfull build.

> Of course I do realize that it might be bad for reasons I ignore :-)

Well, I can think of an obvious one: you installed 10 toolchains in there
(successfully) and you add an elventh one, for which the build breaks. You
are left with a somewhat dirty install tree, in which your new toolchain
is partly installed, and which could interfere with a sub-sequent build.
But it's not easy to get rid of that single partially built toolchain
without inadvertently nuking part of the others...

Using a dedicated install dir ensures that you can easily get rid of a
partial, failed build and start from scratch.

What I would suggest you do is build all your toolchain in their own
directory, and when it's done, move them to the final location. The
toolchains are fully relocatable, partly for this prupose.

So I guess the makeinfo wrapper is in fact an non-issue, right? :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]