From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'chapter06/binutils.xml') diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index f4fe1cd21..24770bb17 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -45,7 +45,7 @@ environment. Check that everything is set up correctly by performing a simple test: -expect -c "spawn ls" +expect -c "spawn ls" If the following message shows up, the chroot environment is not set up for proper PTY operation: @@ -59,17 +59,17 @@ Ask your system administrator to create more. The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory: -mkdir -v ../binutils-build +mkdir -v ../binutils-build cd ../binutils-build Prepare Binutils for compilation: -../binutils-&binutils-version;/configure --prefix=/usr \ +../binutils-&binutils-version;/configure --prefix=/usr \ --enable-shared Compile the package: -make tooldir=/usr +make tooldir=/usr The meaning of the make parameter: @@ -100,16 +100,16 @@ cd ../binutils-build Test the results: -make check +make check Install the package: -make tooldir=/usr install +make tooldir=/usr install Install the libiberty header file that is needed by some packages: -cp -v ../binutils-&binutils-version;/include/libiberty.h /usr/include +cp -v ../binutils-&binutils-version;/include/libiberty.h /usr/include -- cgit v1.2.3-54-g00ecf