mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
[Bug 258] More packages suggest seperate build dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8a1321b1c0
commit
d6bc819962
@ -24,6 +24,10 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Changed
|
||||||
|
binutils and e2fsprogs installation instructions to use seperate
|
||||||
|
directories ala gcc and glibc.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
|
<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
|
||||||
a chown root.root after the cp.</para></listitem>
|
a chown root.root after the cp.</para></listitem>
|
||||||
|
|
||||||
|
@ -9,7 +9,10 @@ it comes with.</para>
|
|||||||
|
|
||||||
<para>Install Binutils by running the following commands:</para>
|
<para>Install Binutils by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&
|
|
||||||
|
<para><screen><userinput>mkdir ../binutils-build &&
|
||||||
|
cd ../binutils-build &&
|
||||||
|
../binutils-&binutils-version;/configure --prefix=$LFS/usr --disable-nls &&
|
||||||
make LDFLAGS=-all-static tooldir=$LFS/usr &&
|
make LDFLAGS=-all-static tooldir=$LFS/usr &&
|
||||||
make tooldir=$LFS/usr install</userinput></screen></para>
|
make tooldir=$LFS/usr install</userinput></screen></para>
|
||||||
|
|
||||||
|
@ -8,7 +8,10 @@ it comes with.</para>
|
|||||||
|
|
||||||
<para>Install Binutils by running the following commands:</para>
|
<para>Install Binutils by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr --enable-shared &&
|
|
||||||
|
<para><screen><userinput>mkdir ../binutils-build &&
|
||||||
|
cd ../binutils-build &&
|
||||||
|
../binutils-&binutils-version;/configure --prefix=/usr --enable-shared &&
|
||||||
make tooldir=/usr &&
|
make tooldir=/usr &&
|
||||||
make tooldir=/usr install &&
|
make tooldir=/usr install &&
|
||||||
make tooldir=/usr install-info</userinput></screen></para>
|
make tooldir=/usr install-info</userinput></screen></para>
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
<para>Install E2fsprogs by running the following commands:</para>
|
<para>Install E2fsprogs by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr --with-root-prefix="" \
|
<para><screen><userinput>mkdir ../e2fsprogs-build &&
|
||||||
|
cd ../e2fsprogs-build &&
|
||||||
|
../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \
|
||||||
--enable-elf-shlibs &&
|
--enable-elf-shlibs &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
|
Loading…
Reference in New Issue
Block a user