aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 17:10:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 17:10:48 +0000
commit148c20723077988ee83b58f7c7947d864fb13f5d (patch)
treefc5bacc6369aaa3e96a808a2f6000a360436281a /chapter05
parentd5d42d295cb4c7b3f224037d32d292d516ad142c (diff)
removed LDFLAGS from export command and chroot
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/setting-environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml
index 97fb25f3c..45675ea76 100644
--- a/chapter05/setting-environment.xml
+++ b/chapter05/setting-environment.xml
@@ -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>