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]

[PATCH] Prevents makeinfo-of-death


Hi guys,

I'm using crosstools-ng as part of my own little distro-make-script
and I've discovered that on my system the logic that  generates the
makeinfo wrapper is a bit flawed, as "which" finds the previously
generated makefinfo wrapper, and building afterward will generate a
lovely fork loop that will lead to a painfully slow death.

Anyway, this small patch against 1.6.0 delete previous incarnation of
the wrapper and ensure "which" can't find it.

Michael

Attachment: 10crosstools-safe-makeinfo.patch
Description: Binary data

--
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]