diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-01-04 04:48:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-01-04 04:48:38 +0000 |
commit | 4c0c012ee1d275edef51360346368e1c282f2aec (patch) | |
tree | fcf5e7ead881e2ea67943f3c92188b27f64694a0 /prologue/hostreqs.xml | |
parent | a1712769bd646acf61390e7ce64e8a2ebfa4aee6 (diff) |
Reformatted several pages so pdf is properly generated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/hostreqs.xml')
-rw-r--r-- | prologue/hostreqs.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index d90dd420f..c49bc710d 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -163,14 +163,16 @@ bash --version | head -n1 | cut -d" " -f2-4 echo "/bin/sh -> `readlink -f /bin/sh`" echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3- bison --version | head -n1 -if [ -e /usr/bin/yacc ]; then echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`"; +if [ -e /usr/bin/yacc ]; + then echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`"; else echo "yacc not found"; fi bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6- echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2 diff --version | head -n1 find --version | head -n1 gawk --version | head -n1 -if [ -e /usr/bin/awk ]; then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; +if [ -e /usr/bin/awk ]; + then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; else echo "awk not found"; fi gcc --version | head -n1 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7 @@ -185,7 +187,8 @@ sed --version | head -n1 tar --version | head -n1 makeinfo --version | head -n1 echo 'main(){}' > dummy.c && gcc -o dummy dummy.c -if [ -x dummy ]; then echo "Compilation OK"; else echo "Compilation failed"; fi +if [ -x dummy ]; then echo "Compilation OK"; + else echo "Compilation failed"; fi rm -f dummy.c dummy </literal> EOF |