Use automake’s silent-rules mode if available, for quieter build output
With automake 1.11, this gives us Linux kernel–style silent output that makes warnings more obvious: GEN userinput.pb.cc CXX userinput.pb.o AR libmoshprotos.a CXXLD mosh-client (Use ‘make V=1’ for the traditional verbose output.) Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Keith Winstein
parent
aad760e7d6
commit
c71f8e2dc2
@@ -7,7 +7,7 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) -fno-default-inline -pipe
|
||||
SUFFIXES = .proto .pb.cc
|
||||
|
||||
.proto.pb.cc:
|
||||
$(PROTOC) --cpp_out=$(builddir) -I$(srcdir) $<
|
||||
$(AM_V_GEN)$(PROTOC) --cpp_out=$(builddir) -I$(srcdir) $<
|
||||
|
||||
noinst_LIBRARIES = libmoshprotos.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user