mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
added cp include/asm-generic /usr/include
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
985a094eac
commit
0532f60dd7
@ -49,11 +49,17 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
|
||||||
|
command <userinput>cp include/asm-generic /usr/include</userinput>. There
|
||||||
|
are programs which use the files in there, as well as headers in the
|
||||||
|
<filename class="directory">asm</filename> directory may be split up in the
|
||||||
|
future, and put in the
|
||||||
|
<filename class="directory">asm-generic</filename>.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
|
<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
|
||||||
missing program description of msgcat.</para></listitem>
|
missing program description of msgcat.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>August 4th, 2002 [timothy]: Added
|
<listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
|
||||||
zlib-1.1.4.</para></listitem>
|
|
||||||
|
|
||||||
<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
|
<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
|
||||||
man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
|
man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
|
||||||
|
@ -16,6 +16,7 @@ make include/linux/version.h &&
|
|||||||
make symlinks &&
|
make symlinks &&
|
||||||
mkdir /usr/include/asm &&
|
mkdir /usr/include/asm &&
|
||||||
cp include/asm/* /usr/include/asm &&
|
cp include/asm/* /usr/include/asm &&
|
||||||
|
cp -R include/asm-generic /usr/include &&
|
||||||
cp -R include/linux /usr/include &&
|
cp -R include/linux /usr/include &&
|
||||||
touch /usr/include/linux/autoconf.h &&
|
touch /usr/include/linux/autoconf.h &&
|
||||||
rm /bin/pwd</userinput></screen></para>
|
rm /bin/pwd</userinput></screen></para>
|
||||||
|
Loading…
Reference in New Issue
Block a user