diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
commit | 017a4f4aa2faef975f7dcc847b8914e86a4c4927 (patch) | |
tree | 5e61f08c82143e6890d6cafc6be9d05121cef9ae /chapter05/gcc-inst.xml | |
parent | ceb35fb92751e6d17fd10add11469f32eac31392 (diff) |
Simplified symbolic link creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-inst.xml')
-rw-r--r-- | chapter05/gcc-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 551ef1dee..d2ba8f27e 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -22,10 +22,10 @@ running the following commands: <userinput> gxx_include_dir=$LFS/usr/include/g++ install &&</userinput> <userinput>cd $LFS/lib &&</userinput> - <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp + <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp &&</userinput> <userinput>cd $LFS/usr/lib &&</userinput> - <userinput>ln -s gcc-lib/*/2.95.2.1/cpp cpp + <userinput>ln -s gcc-lib/*/2.95.2.1/cpp &&</userinput> <userinput>cd $LFS/usr/bin &&</userinput> <userinput>ln -s gcc cc</userinput> |