From c288d971d11a78cde87a5f4c0583ab9a43fbfeba Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 1 Feb 2004 21:48:13 +0000 Subject: 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 --- chapter06/binutils.xml | 3 +-- chapter06/grep.xml | 3 +-- chapter06/mountproc.xml | 8 ++++---- chapter06/ncurses.xml | 3 +-- 4 files changed, 7 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 2920f6f55..92c02a803 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -45,8 +45,7 @@ cd ../binutils-build Now prepare Binutils for compilation: -../&binutils-dir;/configure \ -    --prefix=/usr --enable-shared +../&binutils-dir;/configure --prefix=/usr --enable-shared Compile the package: diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 8d5f488d8..c7084cbd5 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -17,8 +17,7 @@ Prepare Grep for compilation: -./configure --prefix=/usr --bindir=/bin \ -    --with-included-regex +./configure --prefix=/usr --bindir=/bin --with-included-regex Compile the package: diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index c0626b7f4..a60f76e10 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -4,10 +4,10 @@ In order for certain programs to function properly, the proc and devpts file systems must be -available within the chroot environment. A file system can be mounted as many -times and in as many places as you like, thus it's not a problem that these -file systems are already mounted on your host system -- especially so because -they are virtual file systems. +available within the chroot environment. Since kernel version 2.4 a file system +can be mounted as many times and in as many places as you like, thus it's not a +problem that these file systems are already mounted on your host system -- +especially so because they are virtual file systems. The proc file system is the process information pseudo file system through which the kernel provides information about the diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 267fb5e30..da9dabe69 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -23,8 +23,7 @@ file: Now prepare Ncurses for compilation: -./configure --prefix=/usr --with-shared \ -    --without-debug +./configure --prefix=/usr --with-shared --without-debug Compile the package: -- cgit v1.2.3-54-g00ecf