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



PRC wrote:
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.

You have it backwards. There is a flag which tells (GNU) make to print the entering/leaving messages; it is not the default behavior. The flag may be -C but you should look it up.

RM
.



Relevant Pages