Discussion:
[m-dev.] --no-assume-gmake
Zoltan Somogyi
2016-10-20 07:08:42 UTC
Permalink
I would like to delete the --no-assume-gmake option.

The reason is that I am working on the code in the compiler
that generates makefile fragments, and it would be annoying
to update the code paths that are only taken with this option.

We had a test in configure.in (now configure.ac) that aborted
autoconfiguration if the make program detected was not GNU make
since 1995, and some of the code executed for --no-assume-gmake
looks wrong to me anyway. Therefore I am pretty sure that deleting
this option won't break anything that isn't already broken. However,
I may be wrong.

Any votes, yeah or ney?

Zoltan.
Julien Fischer
2016-10-20 07:20:03 UTC
Permalink
Hi Zoltan,

As far as I'm concerned you may go ahead and delete it.

Julien.
Post by Zoltan Somogyi
I would like to delete the --no-assume-gmake option.
The reason is that I am working on the code in the compiler
that generates makefile fragments, and it would be annoying
to update the code paths that are only taken with this option.
We had a test in configure.in (now configure.ac) that aborted
autoconfiguration if the make program detected was not GNU make
since 1995, and some of the code executed for --no-assume-gmake
looks wrong to me anyway. Therefore I am pretty sure that deleting
this option won't break anything that isn't already broken. However,
I may be wrong.
Any votes, yeah or ney?
Zoltan.
_______________________________________________
developers mailing list
https://lists.mercurylang.org/listinfo/developers
Loading...