gnutls-devel
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
slight improvement of the output during building
From
:
Vincent Torri
Subject
:
slight improvement of the output during building
Date
:
Thu, 24 Jun 2010 06:53:50 +0200
Hey,
since automake 1.11, one can make the output less verbose. It is described in the automake manual as 'silent rule'.
For that, simply add in
configure.ac
, just after AM_INIT_AUTOMAKE :
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
To have the original output : make V=1
regards
Vincent Torri
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
slight improvement of the output during building
,
Vincent Torri
<=
Re: slight improvement of the output during building
,
Simon Josefsson
,
2010/06/24
Prev by Date:
about documentation on the site
Next by Date:
disabling the build of tests
Previous by thread:
about documentation on the site
Next by thread:
Re: slight improvement of the output during building
Index(es):
Date
Thread