]> git.puffer.fish Git - mirror/frr.git/commit
Redirect output of $AR check to /dev/null
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 22 Jan 2019 17:29:29 +0000 (18:29 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 Jan 2019 15:22:13 +0000 (16:22 +0100)
commit23e6726e0b9fb5e777bf66a1076f3d382dbf7041
tree921ecca5ce357904999615bfc843b325527402cb
parenta64c953a907b52312cd152b963ac49a97e2fc914
Redirect output of $AR check to /dev/null

./configure logs this on Mac OS:

checking whether ar supports D option... /Library/Developer/CommandLineTools/usr/bin/ar: illegal option -- D
usage:  ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
no

This is quite noisy and we're only interested in the result of the
check, not the output.

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
configure.ac