Re: How to suppress 'Entering/Leaving ...' messages while running make?



PRC <panruochen@xxxxxxxxx> writes:

Hi All,

I'd like to know how can I suppress 'Entering/Leaving ...' messages
while running make. This should be easy. But I can't find it in the
man page.

If you suppress them, how will you know what directory errors pertain
to?

My advice is to write your makefiles non-recursively. Not only will
get rid of those messages, make will run faster and do a better job.
Peter Miller has written an excellent paper on the subject:
http://miller.emu.id.au/pmiller/books/rmch/

--
Måns Rullgård
mans@xxxxxxxxx
.



Relevant Pages