Changeset c288d97 for chapter06


Ignore:
Timestamp:
02/01/2004 09:48:13 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
90e3cb3
Parents:
6da8f0d
Message:

Turning some ./configures into a single line, taking 72 as max-width.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r6da8f0d rc288d97  
    4646<para>Now prepare Binutils for compilation:</para>
    4747
    48 <screen><userinput>../&binutils-dir;/configure \
    49 &nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-shared</userinput></screen>
     48<screen><userinput>../&binutils-dir;/configure --prefix=/usr --enable-shared</userinput></screen>
    5049
    5150<para>Compile the package:</para>
  • chapter06/grep.xml

    r6da8f0d rc288d97  
    1818<para>Prepare Grep for compilation:</para>
    1919
    20 <screen><userinput>./configure --prefix=/usr --bindir=/bin \
    21 &nbsp;&nbsp;&nbsp;&nbsp;--with-included-regex</userinput></screen>
     20<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen>
    2221
    2322<para>Compile the package:</para>
  • chapter06/mountproc.xml

    r6da8f0d rc288d97  
    55<para>In order for certain programs to function properly, the
    66<emphasis>proc</emphasis> and <emphasis>devpts</emphasis> file systems must be
    7 available within the chroot environment. A file system can be mounted as many
    8 times and in as many places as you like, thus it's not a problem that these
    9 file systems are already mounted on your host system -- especially so because
    10 they are virtual file systems.</para>
     7available within the chroot environment. Since kernel version 2.4 a file system
     8can be mounted as many times and in as many places as you like, thus it's not a
     9problem that these file systems are already mounted on your host system --
     10especially so because they are virtual file systems.</para>
    1111
    1212<para>The <emphasis>proc</emphasis> file system is the process information
  • chapter06/ncurses.xml

    r6da8f0d rc288d97  
    2424<para>Now prepare Ncurses for compilation:</para>
    2525
    26 <screen><userinput>./configure --prefix=/usr --with-shared \
    27 &nbsp;&nbsp;&nbsp;&nbsp;--without-debug</userinput></screen>
     26<screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen>
    2827
    2928<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.