]> git.proxmox.com Git - mirror_frr.git/commit
build: enable AM_SILENT_RULES
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 10 Feb 2015 10:39:39 +0000 (11:39 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:25:13 +0000 (15:25 +0000)
commite54583ead11faeb6739ed410f174a99cb4062ed3
tree5ae4cd78303b8945ad036880b7e3ec4591fb3198
parent7781712024a39523bb2b492a60a8d2847b064cd4
build: enable AM_SILENT_RULES

This shuts up make by default (can be reversed with "make V=1" or
--disable-silent-rules).  This is useful since warnings and error
messages become more visible with less noise.

Tested on Linux with GNU make and FreeBSD with system's BSD make.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Paul Jakma <paul@jakma.org>
(cherry picked from commit cc81308148271aeed2277e16885ddca7e2d5bb9b)
configure.ac