Re: V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

2021-01-05 Thread H.J. Lu via Gcc-patches
On Tue, Jan 5, 2021 at 5:27 AM Christian Biesinger wrote: > > On Fri, Jan 1, 2021 at 1:07 AM H.J. Lu via Gdb-patches > wrote: > > > > On Thu, Dec 31, 2020 at 3:50 PM Joseph Myers > > wrote: > > > > > > On Sat, 19 Dec 2020, H.J. Lu via Gcc-patches wrote: > > > > > > > Work around what appears

Re: V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

2021-01-05 Thread Christian Biesinger via Gcc-patches
On Fri, Jan 1, 2021 at 1:07 AM H.J. Lu via Gdb-patches wrote: > > On Thu, Dec 31, 2020 at 3:50 PM Joseph Myers wrote: > > > > On Sat, 19 Dec 2020, H.J. Lu via Gcc-patches wrote: > > > > > Work around what appears to be a GNU make bug handling MAKEFLAGS > > > values defined in terms of make

Re: V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

2020-12-31 Thread H.J. Lu via Gcc-patches
On Thu, Dec 31, 2020 at 3:50 PM Joseph Myers wrote: > > On Sat, 19 Dec 2020, H.J. Lu via Gcc-patches wrote: > > > Work around what appears to be a GNU make bug handling MAKEFLAGS > > values defined in terms of make variables, as is the case for CC and > > friends when we are called from the top

Re: V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

2020-12-31 Thread Joseph Myers
On Sat, 19 Dec 2020, H.J. Lu via Gcc-patches wrote: > Work around what appears to be a GNU make bug handling MAKEFLAGS > values defined in terms of make variables, as is the case for CC and > friends when we are called from the top level Makefile. This description, and the comment in Makefile.am

V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

2020-12-19 Thread H.J. Lu via Gcc-patches
Work around what appears to be a GNU make bug handling MAKEFLAGS values defined in terms of make variables, as is the case for CC and friends when we are called from the top level Makefile. * Makefile.am (AM_MAKEFLAGS): New. * Makefile.in: Regenerated. --- gnulib/Makefile.am | 39