coreutils.po 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:14
  20. #, no-wrap
  21. msgid "&coreutils-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:12
  25. msgid ""
  26. "<productname>coreutils</productname> "
  27. "<productnumber>&coreutils-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:17
  32. msgid "Coreutils-&coreutils-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:20
  36. msgid "Coreutils"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:21
  40. msgid "tools"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:36
  52. msgid "&coreutils-tmp-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:37
  56. msgid "&coreutils-tmp-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:44
  60. msgid "Installation of Coreutils"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:46
  64. msgid "Prepare Coreutils for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:48
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr "
  71. "\\\n"
  72. " --host=$LFS_TGT \\\n"
  73. " --build=$(build-aux/config.guess) \\\n"
  74. " --enable-install-program=hostname \\\n"
  75. " --enable-no-install-program=kill,uptime</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:55
  79. msgid "The meaning of the configure options:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:58
  83. msgid "<envar>--enable-install-program=hostname</envar>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:60
  87. msgid ""
  88. "This enables the <command>hostname</command> binary to be built and "
  89. "installed &ndash; it is disabled by default but is required by the Perl test "
  90. "suite."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:67
  94. msgid "Compile the package:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:69
  98. #, no-wrap
  99. msgid "<userinput remap=\"make\">make</userinput>"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:71
  103. msgid "Install the package:"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:73
  107. #, no-wrap
  108. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:82
  112. msgid ""
  113. "Move programs to their final expected locations. Although this is not "
  114. "necessary in this temporary environment, we must do so because some programs "
  115. "harcode executable locations:"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:86
  119. #, no-wrap
  120. msgid ""
  121. "<userinput remap=\"install\">mv -v "
  122. "$LFS/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $LFS/bin\n"
  123. "mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin\n"
  124. "mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin\n"
  125. "mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin\n"
  126. "mv -v $LFS/usr/bin/chroot "
  127. "$LFS/usr/sbin\n"
  128. "mkdir -pv $LFS/usr/share/man/man8\n"
  129. "mv -v $LFS/usr/share/man/man1/chroot.1 "
  130. "$LFS/usr/share/man/man8/chroot.8\n"
  131. "sed -i 's/\"1\"/\"8\"/' "
  132. "$LFS/usr/share/man/man8/chroot.8</userinput>"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:100
  136. msgid ""
  137. "Details on this package are located in <xref linkend=\"contents-coreutils\" "
  138. "role=\".\"/>"
  139. msgstr ""