On Fri, 25 Mar 2011 09:35:48 +0300
fuflono <[email protected]> wrote:

> Good day.
> In "5.10. GCC-4.5.2 - Pass 2" was:
> 
> lfs@gnu-desktop:/mnt/lfs/sources/gcc-4.5.2$ patch -Np1
> -i ../gcc-4.5.2-startfiles_fix-1.patch
> patching file gcc/gcc.c
> Hunk #1 succeeded at 7083 with fuzz 1 (offset 713 lines).
> lfs@gnu-desktop:/mnt/lfs/sources/gcc-4.5.2$ cp -v
> gcc/Makefile.in{,.orig}
> `gcc/Makefile.in' -> `gcc/Makefile.in.orig'
> lfs@gnu-desktop:/mnt/lfs/sources/gcc-4.5.2$ sed 's/^T_CFLAGS =$/&
> -fomit-frame-pointer/' gcc/Makefile.in.tmp \
> >   > gcc/Makefile.in
> sed: can't read gcc/Makefile.in.tmp: No such file or directory
> lfs@gnu-desktop:/mnt/lfs/sources/gcc-4.5.2$ 
> 
> Further I not  went. What was wrong?

It looks like you forgot to:

cp -v gcc/Makefile.in{,.tmp}

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to