Changeset 124ebe0 in clfs-sysroot


Ignore:
Timestamp:
Jun 6, 2006, 1:06:13 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
817bb11
Parents:
fa397e4
Message:

r3843@server (orig r1733): jciccone | 2006-06-06 12:54:26 -0700
Fixed a few typos.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/creatingdirs.xml

    rfa397e4 r124ebe0  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>mkdir -pv ${LFS}/{bin,boot,etc/opt,home,lib,mnt,opt}
    17 mkdir -pv ${LFS}/{media/{floppy,cdrom},sbin,srv,var}
     16<screen><userinput>mkdir -pv ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt,opt}
     17mkdir -pv ${LFS}/{proc,media/{floppy,cdrom},sbin,srv,sys,var}
    1818install -dv -m 0750 ${LFS}/root
    1919install -dv -m 1777 ${LFS}/tmp ${LFS}/var/tmp
  • BOOK/final-system/common/gzip.xml

    rfa397e4 r124ebe0  
    4242    that the new location gets placed into the script:</para>
    4343
    44 <screen os="d"><userinput>cp gzexec.in{,.orig}
    45 sed 's@"BINDIR"@/bin@g' gzexe.in.orig &gt; gzexec.in</userinput></screen>
     44<screen os="d"><userinput>cp gzexe.in{,.orig}
     45sed 's@"BINDIR"@/bin@g' gzexe.in.orig &gt; gzexe.in</userinput></screen>
    4646
    4747    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/kbd.xml

    rfa397e4 r124ebe0  
    3939    will try to strip the installed files:</para>
    4040
    41 <screen os="s4"><userinput>cp src/Makefile{,.orig}
    42 sed -e "s/install -s/install/" src/Makefile.orig &gt; src/Makefile</userinput></screen>
     41<screen os="s4"><userinput>cp src/Makefile.in{,.orig}
     42sed -e "s/install -s/install/" src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    4343
    4444    <para os="a">Prepare Kbd for compilation:</para>
  • BOOK/final-system/common/less.xml

    rfa397e4 r124ebe0  
    4949    <para os="f">Install the package:</para>
    5050
    51 <screen os="g"><userinput>make prefixR=${LFS}/usr install</userinput></screen>
     51<screen os="g"><userinput>make prefix=${LFS}/usr install</userinput></screen>
    5252
    5353    <para os="h">Move less to /bin:</para>
  • BOOK/final-system/common/procps.xml

    rfa397e4 r124ebe0  
    3838<screen os="b"><userinput>make</userinput></screen>
    3939
    40     <para os="c">This package does not come with a test suite.</para>
    41 
    42     <para os="d">Install the package:</para>
    43 
    44 <screen os="e"><userinput>make DESTDIR=${LFS} lib64=lib install</userinput></screen>
     40    <para os="c">Install the package:</para>
     41
     42<screen os="d"><userinput>make DESTDIR=${LFS} lib64=lib install</userinput></screen>
    4543
    4644  </sect2>
  • BOOK/final-system/common/zlib.xml

    rfa397e4 r124ebe0  
    3131<screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>
    3232
    33     <para os="s1">The following sed tells the Makefile to pass r to AR:</para>
    34 
    35 <screen os="s2"><userinput>cp Makefile.in{,.orig}
    36 sed 's/$(AR) $@/$(AR) r $@/' Makefile.in.orig &gt; Makefile.in</userinput></screen>
    37 
    3833    <para os="a">Prepare Zlib for compilation:</para>
    3934
     
    4237    <para os="c">Compile the package:</para>
    4338
    44 <screen os="d"><userinput>make</userinput></screen>
     39<screen os="d"><userinput>make AR="${AR} rc"</userinput></screen>
    4540
    4641    <para os="e">Install the pacakge:</para>
Note: See TracChangeset for help on using the changeset viewer.