Changeset aaa3150


Ignore:
Timestamp:
Jan 7, 2014, 9:10:05 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
307b245
Parents:
ab871d9
Message:

Shorten sed command in GCC instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    rab871d9 raaa3150  
    3434    suppress the execution of the <command>fixincludes</command> script:</para>
    3535
    36 <screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig}
    37 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     36<screen os="fix2"><userinput>sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
    3837
    3938    <para os="f">The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.