Commit c71f8e2d authored by Anders Kaseorg's avatar Anders Kaseorg Committed by Keith Winstein
Browse files

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: default avatarAnders Kaseorg <andersk@mit.edu>
parent aad760e7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment