Ignore:
Timestamp:
May 31, 2006, 10:45:29 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
cf6c97c
Parents:
8416e87
Message:

r3793@server (orig r1713): chris | 2006-05-31 20:58:21 -0700
Updated commands for consistent indentation for multi-line commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-system/x86/gcc.xml

    r8416e87 ra717694  
    6060<screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
    6161sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \
    62    gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
     62    gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
    6363
    6464    <para os="cf">Also, we need to set the directory searched by the fixincludes
     
    6767<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    6868sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    69    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     69    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    111111
    112112<screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
    113 LD_FOR_TARGET="${LD}"</userinput></screen>
     113    LD_FOR_TARGET="${LD}"</userinput></screen>
    114114
    115115    <para os="co">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.