[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'configure' now defaults to --enable-silent-rules
From: |
Eli Zaretskii |
Subject: |
Re: 'configure' now defaults to --enable-silent-rules |
Date: |
Sun, 11 Jan 2015 17:29:31 +0200 |
> Date: Sun, 11 Jan 2015 01:27:00 -0800
> From: Paul Eggert <address@hidden>
>
> I installed into the master a change to configure.ac to cause 'make' to be
> less
> chatty by default, as is done in many other GNU projects; see bug#19501. To
> get
> the old chatter, you can configure with 'configure --disable-silent-rules' or
> build with 'make V=1'.
Thanks.
May I suggest that we use something other than "GEN" for
byte-compiling Lisp files? "GEN" is not entirely accurate for that,
and we already have too many "GEN"s for other kinds of generated
files, like producing Info manuals, for example.
Guile uses "GUILEC", so perhaps we could use "BYTEC" or "ELC".