From 27f5d3be8d9cb2e3598af92f72f204d4969b6f59 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 10 Jul 2001 16:05:29 +0000 Subject: [PATCH] Fix indentation+line breaks git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 3 +-- chapter05/mawk-inst.xml | 3 +-- chapter06/tar-inst.xml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 3034e700d..6ef386a53 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -7,8 +7,7 @@ Install Fileutils by running the following commands: ./configure --disable-nls \ -   --prefix=$LFS/usr --libexecdir=$LFS/bin ---bindir=$LFS/bin && +   --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin && make LDFLAGS=-static && make install && cd $LFS/usr/bin && diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml index 67171df72..e42e77665 100644 --- a/chapter05/mawk-inst.xml +++ b/chapter05/mawk-inst.xml @@ -9,8 +9,7 @@ Install Mawk by running the following commands: ./configure && sed \ -   s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) -\$(LDFLAGS) -o"/ \ +   s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \    Makefile | make -f - LDFLAGS=-static && make BINDIR=$LFS/usr/bin \    MANDIR=$LFS/usr/share/man/man1 install diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 9473d3189..a70a2c553 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -29,7 +29,7 @@ directory: ./configure --prefix=/usr --libexecdir=/usr/bin \ - --bindir=/bin && +   --bindir=/bin && make && make install