Changeset cf9080d for chapter06


Ignore:
Timestamp:
07/17/2005 02:09:19 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
b89a9df
Parents:
d1e22ae
Message:

Changed the specs file seds to prevent multiple runs from affecting the file

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readjusting.xml

    rd1e22ae rcf9080d  
    5656<screen><userinput>SPECFILE=`gcc -print-search-dirs | head -n 1 | awk '{ print $2 "specs" }'` &amp;&amp;
    5757gcc -dumpspecs > $SPECFILE &amp;&amp;
    58 sed -i -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE &amp;&amp;
     58sed -i -e 's@^/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE &amp;&amp;
    5959unset SPECFILE</userinput></screen>
    6060
Note: See TracChangeset for help on using the changeset viewer.