Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-07-10 Thread Tim Rühsen
On 6/25/19 3:24 PM, Tim Rühsen wrote: > Hi Akim, > > the command expands to > > if gawk --version | grep GNU >/dev/null 2>&1; then \ > (cd . && autoconf --trace AC_CONFIG_FILES:'$1') | \ > tr ' ' '\n' | \ > /usr/bin/sed -ne

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-07-10 Thread Tim Rühsen
On 7/10/19 11:07 AM, Tim Rühsen wrote: > On 6/25/19 3:24 PM, Tim Rühsen wrote: >> Hi Akim, >> >> the command expands to >> >> if gawk --version | grep GNU >/dev/null 2>&1; then \ >> (cd . && autoconf --trace AC_CONFIG_FILES:'$1') | \ >> tr ' ' '\n' |

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-07-10 Thread Tim Rühsen
On 7/10/19 11:38 AM, Tim Rühsen wrote: > > > On 7/10/19 11:07 AM, Tim Rühsen wrote: >> On 6/25/19 3:24 PM, Tim Rühsen wrote: >>> Hi Akim, >>> >>> the command expands to >>> >>> if gawk --version | grep GNU >/dev/null 2>&1; then \ >>> (cd . && autoconf --trace AC_CONFIG_FILES:'$1')

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-07-10 Thread Akim Demaille
Hi Tim, Sorry I dropped the ball... > Reproducible everywhere (needs gawk being installed, else the > sc_prohibit_gnu_make_extensions is a no-op). Which is what I meant. So are you saying it work as (I) expected? > Akim, at least with GNU make 4.2.1 the combination of -q and -p doesn't > do wh