]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
configure: enable silent rules by default
authorFrank Lichtenheld <frank@lichtenheld.com>
Sat, 30 Dec 2023 14:23:48 +0000 (15:23 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 30 Dec 2023 15:24:02 +0000 (16:24 +0100)
The default build log is big and basically
unreadable.

Go the way of other build systems and do not
print compile commands by default. Verbose
output can always be enabled with make V=1.

Change-Id: Ib226079d1543209e08e5fdcf7344cd20850bea9d
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20231230142348.29108-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27865.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac

index 22ed448064c0a82cfb4c8c478935251a952e60f7..f4206120fa0f2388a7e6b6a1b79d36f832ffa328 100644 (file)
@@ -56,6 +56,7 @@ m4_define([subdir_objects], [
 # This foreign option prevents autoreconf from overriding our COPYING and
 # INSTALL targets:
 AM_INIT_AUTOMAKE(foreign subdir_objects 1.9) dnl NB: Do not [quote] this parameter.
+AM_SILENT_RULES([yes])
 AC_CANONICAL_HOST
 AC_USE_SYSTEM_EXTENSIONS