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)



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.

Unfortunately, overriding 'make' by putting anything in $PATH will
basically break my whole system (BSD and BSD make are pretty intimate!).

Perhaps an optional environment variable, such as $JESSIE_MAKE_BIN?

Regards,
M