OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-374-g8d2306e
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Jun 2019 03:10:57 -0400
The following commit has been merged in the master branch:
commit 8d2306e1dae84af9ccbadd2518beaf8543d4413b
Author: Andrew Deason <adeason@dson.org>
Date: Wed May 15 14:35:41 2019 -0500
Add --quiet option to lwptool
Add an option to lwptool, called --quiet, to suppress printing the
literal commands run. On error, we still print the exact failed
command to stderr.
For "pretty" V=0 builds, use this new option, to make our
lwptool-using compile rules look more like our other compile rules.
Change-Id: I3fed6db3205f8de5e275e9b70aba9e1995afd02f
Reviewed-on: https://gerrit.openafs.org/13594
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/config/Makefile.config.in | 4 +++-
src/config/lwptool | 29 +++++++++++++++++++++--------
2 files changed, 24 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository