lfs build-logs
Dan Nicholson
dbn.lists at gmail.com
Thu Jul 26 09:58:39 MDT 2007
On 7/26/07, Bruce Dubbs <bruce.dubbs at gmail.com> wrote:
>
> or just:
>
> grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log
Greg has been using something like this in DIY, but he just checks for
crt1.o. Also, you could match on the line that follows the "succeeded"
line that just has the location:
grep '^/usr/lib.*/crt[1in].o' dummy.log
I didn't check that on a bootstrapped build, so I'm not sure it would
list the same way when using /tools/bin/gcc. Either of these should be
good.
Thanks, Bruce.
--
Dan
More information about the lfs-dev
mailing list