increase verbosity of the build

... so that compiler flags used for each compilation unit are visible
directly in the build log.
This commit is contained in:
Kamil Dudka 2020-05-15 19:17:59 +02:00
parent 2f7b3e0a8c
commit bce50ab523

View File

@ -185,7 +185,7 @@ for type in separate single; do
--enable-no-install-program=kill,uptime \ --enable-no-install-program=kill,uptime \
--with-tty-group \ --with-tty-group \
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || : DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
make all %{?_smp_mflags} make %{?_smp_mflags} all V=1
# make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079) # make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079)
ln -v ../lib/parse-datetime.{c,y} . ln -v ../lib/parse-datetime.{c,y} .