This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libtool verbosity


Wouldn't it make sense to have automake generate the LIBTOOL variable by
default so that libtool's verbosity matches that of make, i.e. by
something like

LIBTOOL = @LIBTOOL@ $(if $(findstring s,$(filter-out
--%,$(MAKEFLAGS))),--silent)

rather than the plain

LIBTOOL = @LIBTOOL@

Thanks, Jan



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]