123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- # SOME DESCRIPTIVE TITLE
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Content of: <sect1><sect1info><address>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:14
- #, no-wrap
- msgid "&linux-url;"
- msgstr ""
- #. type: Content of: <sect1><sect1info>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:12
- msgid ""
- "<productname>linux-headers</productname> "
- "<productnumber>&linux-version;</productnumber> <placeholder type=\"address\" "
- "id=\"0\"/>"
- msgstr ""
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:17
- msgid "Linux-&linux-version; API Headers"
- msgstr ""
- #. type: Content of: <sect1><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:20
- msgid "Linux"
- msgstr ""
- #. type: Content of: <sect1><indexterm><secondary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:21
- msgid "tools, API headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:27
- msgid ""
- "The Linux API Headers (in linux-&linux-version;.tar.xz) expose the kernel's "
- "API for use by Glibc."
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:31
- msgid "&buildtime;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:32
- msgid "&diskspace;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:35
- msgid "&linux-headers-tmp-sbu;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:36
- msgid "&linux-headers-tmp-du;"
- msgstr ""
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:43
- msgid "Installation of Linux API Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:45
- msgid ""
- "The Linux kernel needs to expose an Application Programming Interface (API) "
- "for the system's C library (Glibc in LFS) to use. This is done by way of "
- "sanitizing various C header files that are shipped in the Linux kernel "
- "source tarball."
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:50
- msgid "Make sure there are no stale files embedded in the package:"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:52
- #, no-wrap
- msgid "<userinput remap=\"pre\">make mrproper</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:54
- msgid ""
- "Now extract the user-visible kernel headers from the source. The "
- "recommended make target <quote>headers_install</quote> cannot be used, "
- "because it requires <application>rsync</application>, which may not be "
- "available. The headers are first placed in <filename "
- "class=\"directory\">./usr</filename>, then copied to the needed location."
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:61
- #, no-wrap
- msgid ""
- "<userinput remap=\"make\">make headers\n"
- "find usr/include -name '.*' -delete\n"
- "rm usr/include/Makefile\n"
- "</userinput><userinput remap=\"install\">cp -rv usr/include "
- "$LFS/usr</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:69
- msgid "Contents of Linux API Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:72
- msgid "Installed headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:73
- msgid "Installed directories"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:76
- msgid ""
- "/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, "
- "/usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, "
- "/usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, "
- "/usr/include/video/*.h, and /usr/include/xen/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:81
- msgid ""
- "/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, "
- "/usr/include/linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, "
- "/usr/include/scsi, /usr/include/sound, /usr/include/video, and "
- "/usr/include/xen"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><bridgehead>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:89
- msgid "Short Descriptions"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:90
- msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:94
- msgid "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:96
- msgid "The Linux API ASM Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:98
- msgid "/usr/include/asm/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:104
- msgid "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:106
- msgid "The Linux API ASM Generic Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:108
- msgid "/usr/include/asm-generic/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:114
- msgid "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:116
- msgid "The Linux API DRM Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:118
- msgid "/usr/include/drm/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:124
- msgid "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:126
- msgid "The Linux API Linux Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:128
- msgid "/usr/include/linux/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:134
- msgid "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:136
- msgid "The Linux API Miscellaneous Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:138
- msgid "/usr/include/misc/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:144
- msgid "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:146
- msgid "The Linux API MTD Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:148
- msgid "/usr/include/mtd/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:154
- msgid "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:156
- msgid "The Linux API RDMA Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:158
- msgid "/usr/include/rdma/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:164
- msgid "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:166
- msgid "The Linux API SCSI Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:168
- msgid "/usr/include/scsi/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:174
- msgid "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:176
- msgid "The Linux API Sound Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:178
- msgid "/usr/include/sound/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:184
- msgid "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:186
- msgid "The Linux API Video Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:188
- msgid "/usr/include/video/*.h"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:194
- msgid "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:196
- msgid "The Linux API Xen Headers"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:198
- msgid "/usr/include/xen/*.h"
- msgstr ""
|