Silent compilation

2004-06-17 Thread Steffen Boerm
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

Re: Silent compilation

2004-06-17 Thread Steffen Boerm
Hi, 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? Modifying the