[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] MAKE_K_FLAG
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] MAKE_K_FLAG |
Date: |
Tue, 03 Jan 2012 07:36:51 +0100 (CET) |
> Pascal Stumpf drew my attention to the fact that the following line
> in the top-level Makefile.in is causing trouble:
>
> MAKE_K_FLAG=`case "$(MAKEFLAGS)" in *k*) echo ' -k ';; esac`
>
> The problem is that *any* k character anywhere in MAKEFLAGS, for
> example coming from something like
>
> make ... FOO=k ...
>
> is mistaken for a -k flag, forcing some parts of the build to ignore
> errors even when that is not desired, making errors harder to spot.
> [...]
I've sent a mail to Bruno Haible, but I haven't received a response
yet.
Werner
- Re: [Groff] MAKE_K_FLAG,
Werner LEMBERG <=