This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Silent compilation
- From: Steffen Boerm <sbo at mis dot mpg dot de>
- To: automake at gnu dot org
- Date: Thu, 17 Jun 2004 13:54:08 +0200
- Subject: Silent compilation
Hi.
Is it possible to reduce the amount of information printed by
the Makefiles when compiling or linking?
Simply using the ".SILENT: ..." pseudo-target goes a little too
far, I would prefer something similar to the behaviour of the
Linux kernel Makefiles, e.g., printing only the line
Compiling foo.c
when foo.c is compiled.
Is there a portable way of doing this?
Best regards,
Steffen 8-)