diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:48:13 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:48:13 +0000 |
commit | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (patch) | |
tree | 7d780a5e793f11d0e3fd12fb28331ac6f2051c20 /chapter05/binutils-pass1.xml | |
parent | 6da8f0dd24273b2f1e8a0dc2004d18d5fa556d5a (diff) |
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
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 953c65308..a98f498c4 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -36,8 +36,7 @@ achieve this easily, you could do something like: <para>Now prepare Binutils for compilation:</para> -<screen><userinput>../&binutils-dir;/configure \ - --prefix=/tools --disable-nls</userinput></screen> +<screen><userinput>../&binutils-dir;/configure --prefix=/tools --disable-nls</userinput></screen> <para>The meaning of the configure options:</para> |