From d0da965ab212572144c8a2d7078de381f774b189 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Mon, 20 Apr 2015 11:20:56 +0000 Subject: Fixed backslash alignments. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 46 +++++++++++++++++++++++----------------------- chapter05/gcc-pass2.xml | 24 ++++++++++++------------ chapter06/bash.xml | 6 +++--- chapter06/inetutils.xml | 8 ++++---- chapter06/man-db.xml | 10 +++++----- chapter06/pkgconfig.xml | 6 +++--- chapter06/procps.xml | 8 ++++---- 7 files changed, 54 insertions(+), 54 deletions(-) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 20350c128..62b94ebe2 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -119,29 +119,29 @@ cd ../gcc-build Prepare GCC for compilation: -../gcc-&gcc-version;/configure \ - --target=$LFS_TGT \ - --prefix=/tools \ - --with-glibc-version=2.11 \ - --with-sysroot=$LFS \ - --with-newlib \ - --without-headers \ - --with-local-prefix=/tools \ - --with-native-system-header-dir=/tools/include \ - --disable-nls \ - --disable-shared \ - --disable-multilib \ - --disable-decimal-float \ - --disable-threads \ - --disable-libatomic \ - --disable-libgomp \ - --disable-libitm \ - --disable-libquadmath \ - --disable-libsanitizer \ - --disable-libssp \ - --disable-libvtv \ - --disable-libcilkrts \ - --disable-libstdc++-v3 \ +../gcc-&gcc-version;/configure \ + --target=$LFS_TGT \ + --prefix=/tools \ + --with-glibc-version=2.11 \ + --with-sysroot=$LFS \ + --with-newlib \ + --without-headers \ + --with-local-prefix=/tools \ + --with-native-system-header-dir=/tools/include \ + --disable-nls \ + --disable-shared \ + --disable-multilib \ + --disable-decimal-float \ + --disable-threads \ + --disable-libatomic \ + --disable-libgomp \ + --disable-libitm \ + --disable-libquadmath \ + --disable-libsanitizer \ + --disable-libssp \ + --disable-libvtv \ + --disable-libcilkrts \ + --disable-libstdc++-v3 \ --enable-languages=c,c++ The meaning of the configure options: diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index fa430f574..e2df1764d 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -109,18 +109,18 @@ cd ../gcc-build Now prepare GCC for compilation: -CC=$LFS_TGT-gcc \ -CXX=$LFS_TGT-g++ \ -AR=$LFS_TGT-ar \ -RANLIB=$LFS_TGT-ranlib \ -../gcc-&gcc-version;/configure \ - --prefix=/tools \ - --with-local-prefix=/tools \ - --with-native-system-header-dir=/tools/include \ - --enable-languages=c,c++ \ - --disable-libstdcxx-pch \ - --disable-multilib \ - --disable-bootstrap \ +CC=$LFS_TGT-gcc \ +CXX=$LFS_TGT-g++ \ +AR=$LFS_TGT-ar \ +RANLIB=$LFS_TGT-ranlib \ +../gcc-&gcc-version;/configure \ + --prefix=/tools \ + --with-local-prefix=/tools \ + --with-native-system-header-dir=/tools/include \ + --enable-languages=c,c++ \ + --disable-libstdcxx-pch \ + --disable-multilib \ + --disable-bootstrap \ --disable-libgomp diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 72e36e32a..73c67129a 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -47,10 +47,10 @@ Prepare Bash for compilation: -./configure --prefix=/usr \ - --bindir=/bin \ +./configure --prefix=/usr \ + --bindir=/bin \ --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ + --without-bash-malloc \ --with-installed-readline diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index d739aee0b..748d5bef7 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -47,10 +47,10 @@ Prepare Inetutils for compilation: -./configure --prefix=/usr \ - --localstatedir=/var \ - --disable-logger \ - --disable-whois \ +./configure --prefix=/usr \ + --localstatedir=/var \ + --disable-logger \ + --disable-whois \ --disable-servers diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 40a3d261f..c199d18c8 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -43,12 +43,12 @@ Prepare Man-DB for compilation: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --docdir=/usr/share/doc/man-db-&man-db-version; \ - --sysconfdir=/etc \ - --disable-setuid \ - --with-browser=/usr/bin/lynx \ - --with-vgrind=/usr/bin/vgrind \ + --sysconfdir=/etc \ + --disable-setuid \ + --with-browser=/usr/bin/lynx \ + --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index ee2214c37..eb9278d18 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -44,9 +44,9 @@ Prepare Pkg-config for compilation: -./configure --prefix=/usr \ - --with-internal-glib \ - --disable-host-tool \ +./configure --prefix=/usr \ + --with-internal-glib \ + --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; diff --git a/chapter06/procps.xml b/chapter06/procps.xml index b8fb4182f..7baf9d7cc 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -42,11 +42,11 @@ Now prepare procps-ng for compilation: -./configure --prefix=/usr \ - --exec-prefix= \ - --libdir=/usr/lib \ +./configure --prefix=/usr \ + --exec-prefix= \ + --libdir=/usr/lib \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill -- cgit v1.2.3-54-g00ecf