]> git.sur5r.net Git - kconfig-frontends/commit
buildsystem: fix GEN messages in verbose mode
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Nov 2016 20:25:48 +0000 (21:25 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Nov 2016 20:30:13 +0000 (21:30 +0100)
commit1fd80d7deb5dc91ee5a0917180ad69a071a82296
treef50598bf8ce89894a6a5d5fc59574e879e765fb8
parentc5e2919f40a83e52322e689e9e7791d57b569cc7
buildsystem: fix GEN messages in verbose mode

So far, setting silent mode was done in configure.ac, and was on by
default for "release" builds and off for "devel" builds.

However, in "release" builds, running "make V=1" would not display the
commands used to generate tsome files (like the ones generated via moc
or sed), because the MAKEFLAGS would always contain -s and it was not
possible to disable this behaviour unless by calling configure again.

Handle the SILENT_MAKEFLAGS like AM_V_GEN et al. are managed, by
diverting it to the correct value without the need to re-run configure.

At the same time, also provide the verbose versions of AM_V_MOC and
AM_V_GPERF (even if that is technically not needed, it's good for
homogeneity with the rest of the automake-generated code).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Makefile.am
configure.ac