On Fri, 2013-05-17 at 19:42 +0200, Denis Excoffier wrote:
> Compared with make-3.82, the new make-3.99.90 breaks those Makefiles,
> like in tiff-v3.6.1 (rather old i know, before 2003 at least), that
> use the construction:
> 
> make -${MAKEFLAGS}

Hrm.  This is actually specifically discouraged by the documentation.
However reading the POSIX standard shows that make is required to accept
this format, at least for standard arguments.

The problem is that the new flags we're adding are causing some pain; I
may need to tweak the algorithm that generates the MAKEFLAGS values.

I'll take another look at this.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to