Hello Vincent,

* Vincent Torri wrote on Sat, Aug 28, 2010 at 08:32:33AM CEST:
> with the silent rule feature, the compilation / linking messages are
> prettier than before. Is there a plan to also make the messages
> "Entering directory ***" or "Leaving directory ***" prettier ?

These messages come straight from GNU make.  You can silence them with
  make --no-print-directory

and you could use an alias of course to save typing.

Cheers,
Ralf

Reply via email to