mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Changed /etc/lfs-[version] to /etc/lfs and put the version number inside this file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
89fd6446de
commit
6bbdfcd326
@ -45,6 +45,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
|
||||||
|
Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
|
||||||
|
number inside this file.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
|
<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
|
||||||
Modified the build instructions and command explanations to
|
Modified the build instructions and command explanations to
|
||||||
only build the C compiler. The C++ compiler is not needed
|
only build the C compiler. The C++ compiler is not needed
|
||||||
|
@ -33,13 +33,13 @@ on the safe side.</para>
|
|||||||
<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
|
<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
|
||||||
-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
||||||
|
|
||||||
<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
|
<para>It may be a good idea to create the $LFS/etc/lfs file. By
|
||||||
having this file it is very easy for you (and for us if you are going to ask
|
having this file it is very easy for you (and for us if you are going to ask
|
||||||
for help with something at some point) to find out which LFS version
|
for help with something at some point) to find out which LFS version
|
||||||
you have installed on your system. This can just be a null-byte file by
|
you have installed on your system. Create the $LFS/etc/lfs file by
|
||||||
running:</para>
|
running the following command:</para>
|
||||||
|
|
||||||
<para><screen><userinput>touch $LFS/etc/lfs-&version;</userinput></screen></para>
|
<para><screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen></para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user