On 7/26/07, Bruce Dubbs <[EMAIL PROTECTED]> 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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
