Frama-C-discuss mailing list archives
This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- Subject: [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- Date: Sat, 27 Feb 2010 23:13:27 +0100
- In-reply-to: <20100227215943.GC16108@logik.internal.network>
- References: <20100227194159.GA16132@logik.internal.network> <f0a2fe141002271205y4882767y37b86b3cc9126925@mail.gmail.com> <20100227202213.GA86830@logik.internal.network> <b15d09071002271240x492b1a1dydc020cc2aab98a8b@mail.gmail.com> <20100227204804.GA76542@logik.internal.network> <20100227211155.GA16108@logik.internal.network> <b15d09071002271336i143666dfpdb0041dba502f7e@mail.gmail.com> <20100227215943.GC16108@logik.internal.network>
On Sat, Feb 27, 2010 at 10:59 PM, <fr.inria.gforge.lists at coreland.ath.cx> wrote: > On 2010-02-27 22:36:39, Pascal Cuoq wrote: >> If by "solution" you mean "ugly workaround", how about inserting in >> your PATH the name of a directory with a shell script named "make" >> that calls: >> gmake "$@" > > Heh, I actually meant "non-ugly workaround". > > Presumably there's a sane way to handle this in the software. I'm just > not familiar enough with the code to actually make a change like that. In Why 2.23, it's in file frama-c-plugin/register.ml. Search for "make". Obviously there is no support for calling "make" anything else, but how about just changing "make" to "gmake", recompiling and re-installing Why? (if this is for your personal use, it ought to fix the issue for the time being. If it's for making a binary package... Well, I assume it would still be fine, since it would be a FreeBSD package anyway) > Unfortunately, overriding 'make' by putting anything in $PATH will > basically break my whole system (BSD and BSD make are pretty intimate!). I only meant when you are using Frama-C. > Perhaps an optional environment variable, such as $JESSIE_MAKE_BIN? This, or something like this, sounds like a good idea. Pascal PS: In case you want to change more than "make" into "gmake" in the aforementioned file, ^ is string concatenation in OCaml. Pascal
- References:
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- From: fr.inria.gforge.lists at coreland.ath.cx (fr.inria.gforge.lists at coreland.ath.cx)
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- From: richard.bonichon at gmail.com (Richard Bonichon)
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- From: fr.inria.gforge.lists at coreland.ath.cx (fr.inria.gforge.lists at coreland.ath.cx)
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- From: fr.inria.gforge.lists at coreland.ath.cx (fr.inria.gforge.lists at coreland.ath.cx)
- [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- From: fr.inria.gforge.lists at coreland.ath.cx (fr.inria.gforge.lists at coreland.ath.cx)
- [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- From: fr.inria.gforge.lists at coreland.ath.cx (fr.inria.gforge.lists at coreland.ath.cx)
- [Frama-c-discuss] [PATCH 1/4] Check for gmake, falling back to make
- Prev by Date: [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- Previous by thread: [Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)
- Next by thread: [Frama-c-discuss] [PATCH 2/4] test == is a GNU extension, use =
- Index(es):