> From: Peter Lawrence <[email protected]>
> Date: Sat, 31 Jul 2010 07:41:49 -0700
> Cc: [email protected]
> 
>            one thing I remember in detail about Sun's make, is that  
> instead of writing a level number
> 
> make[3]: ...
> make[2]: ...
> make[1]: ...
> 
> it wrote out the directory that the commands had cd'ed to before  
> recursing (and maybe the file name, can't be sure any more)
> 
> make[foo/bar]: ...
> make[foo]: ...
> make[.]: ...

GNU Make displays the equivalent "Entering directory foo..." and
"Leaving directory foo..." messages.  Isn't that the same info?

_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to