On Wed, Oct 28, 2009 at 11:17:17AM -0600, Myles Watson wrote:
I'd prefer having "(This may take a while)" on the next line so that it doesn't wrap.
Hm? I don't understand what exactly wraps here? It should be one line only, no wrapping.
HOSTCC /home/myles/try/buildrom-devel/work/coreboot/svn/build/romcc (this may take a while)
Ah, that was fixed by the following hunk in my patch:
- @printf " HOSTCC $(obj)/romcc (this may take a while)\n" + @printf " HOSTCC $(subst $(obj)/,,$(@)) (this may take a while)\n"
Uwe.