Changeset 7cc2095


Ignore:
Timestamp:
Mar 9, 2006, 11:23:23 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
2acc8bf
Parents:
6a038a0
Message:

r2492@server (orig r1239): chris | 2006-03-09 08:06:31 -0800
Fix the text for a couple of long commands

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/temp-perl.xml

    r6a038a0 r7cc2095  
    3232letters):</para>
    3333
    34 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
     34<screen os="d"><userinput>./configure.gnu --prefix=/tools \
     35   -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
    3536
    3637    <variablelist os="e">
  • temp-system/common/bash.xml

    r6a038a0 r7cc2095  
    2626
    2727<screen os="ab"><userinput>cp -v Makefile.in Makefile.in.orig
    28 sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g"  Makefile.in.orig > Makefile.in</userinput></screen>
     28sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g" \
     29   Makefile.in.orig > Makefile.in</userinput></screen>
    2930
    3031    <para os="c1">Remove a test that causes the build to fail::</para>
Note: See TracChangeset for help on using the changeset viewer.