> From: Peter Lawrence <peterl95...@sbcglobal.net>
> Date: Sat, 31 Jul 2010 07:41:49 -0700
> Cc: bug-make@gnu.org
> 
>            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
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to