[coreboot] [PATCH] Remove all build/ prefixes in the build output

Uwe Hermann uwe at hermann-uwe.de
Wed Oct 28 19:35:29 CET 2009


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.
-- 
http://www.hermann-uwe.de  | http://www.randomprojects.org
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org




More information about the coreboot mailing list