removed LDFLAGS from export command and chroot

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-11 17:10:48 +00:00
parent d5d42d295c
commit 148c207230
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ umask 022
LFS=/mnt/lfs
LC_ALL=POSIX
PATH=/stage1/bin:$PATH
export LFS LC_ALL LDFLAGS PATH
export LFS LC_ALL PATH
EOF
source ~/.bash_profile</userinput></screen></para>

View File

@ -13,7 +13,6 @@ to enter the chroot environment:</para>
<para><screen><userinput>chroot $LFS /stage1/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin:/stage1/bin \
&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-s" \
&nbsp;&nbsp;&nbsp;&nbsp;/stage1/bin/bash --login</userinput></screen>
</para>

View File

@ -17,7 +17,6 @@ class="directory">/static</filename> directory anymore.</para>
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-s" \
&nbsp;&nbsp;&nbsp;&nbsp;/bin/bash --login</userinput></screen></para>
<para><screen><userinput>set +h</userinput></screen></para>