Author: jhuntwork
Date: 2005-09-18 07:20:36 -0600 (Sun, 18 Sep 2005)
New Revision: 665
Modified:
x86/trunk/packages/binutils/Makefile
Log:
Fixed sed in adjusting toolchain
Modified: x86/trunk/packages/binutils/Makefile
===================================================================
--- x86/trunk/packages/binutils/Makefile 2005-09-18 02:52:35 UTC (rev
664)
+++ x86/trunk/packages/binutils/Makefile 2005-09-18 13:20:36 UTC (rev
665)
@@ -61,8 +61,7 @@
@if ! cat .specstest | grep -q $(WD) ; then cd $(NM)-build && \
make -C ld install && SPECFILE=`dirname $$(gcc
-print-libgcc-file-name)`/specs && \
gcc -dumpspecs > $$SPECFILE && \
- sed 's@ /lib/$(LINKER)@ $(WD)/lib/$(LINKER)@g' && \
- $$SPECFILE > tempspecfile && \
+ sed 's@ /lib/$(LINKER)@ $(WD)/lib/$(LINKER)@g' $$SPECFILE >
tempspecfile && \
mv -f tempspecfile $$SPECFILE && unset SPECFILE && \
GCC_INCLUDEDIR=`dirname $$(gcc -print-libgcc-file-name)`/include && \
find $${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rf '{}' \; &&
\
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page