mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
removed uneccary don't enter dir - message
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3c02062847
commit
72d67c996e
@ -2,10 +2,7 @@
|
||||
<title>Installation of GCC</title>
|
||||
|
||||
<para>
|
||||
After the gcc-2.95.2.1 archive was unpacked, the newly created
|
||||
gcc-2.95.2.1 directory is not entered. The user should stay in the
|
||||
$LFS/usr/src directory. GCC is installed by
|
||||
running the following commands:
|
||||
GCC is installed by running the following commands:
|
||||
</para>
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
@ -7,6 +7,10 @@ Install Man by running the following commands:
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
|
||||
configure > tmp~ &&</userinput>
|
||||
<userinput>mv tmp~ configure &&</userinput>
|
||||
<userinput>chmod 755 configure &&</userinput>
|
||||
<userinput>./configure -default &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install &&</userinput>
|
||||
@ -19,4 +23,3 @@ Install Man by running the following commands:
|
||||
</literallayout></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user