Ver código fonte

Add a tip for meson and ninja in the SysV book, telling that those packages
are optional for lfs, but required for blfs

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Pierre Labastie 3 anos atrás
pai
commit
1cd59612d0
3 arquivos alterados com 21 adições e 4 exclusões
  1. 8 0
      chapter08/meson.xml
  2. 9 0
      chapter08/ninja.xml
  3. 4 4
      general.ent

+ 8 - 0
chapter08/meson.xml

@@ -35,6 +35,14 @@
       </seglistitem>
     </segmentedlist>
 
+    <tip revision="sysv">
+      <para>This section is not strictly required for LFS if not using
+      systemd. On the other hand, meson/ninja is a powerful build system,
+      which is expected to be used more and more often. It is required for
+      several packages in <ulink url="&blfs-book;">the BLFS
+      book</ulink>.</para>
+    </tip>
+
   </sect2>
 
   <sect2 role="installation">

+ 9 - 0
chapter08/ninja.xml

@@ -35,6 +35,15 @@
       </seglistitem>
     </segmentedlist>
 
+    <tip revision="sysv">
+      <para>This section is not strictly required for LFS if not using
+      systemd. On the other hand, ninja associated to meson makes
+      a powerful build system combination,
+      which is expected to be used more and more often. It is required for
+      several packages in <ulink url="&blfs-book;">the BLFS
+      book</ulink>.</para>
+    </tip>
+
   </sect2>
 
   <sect2 role="installation">

+ 4 - 4
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "20200615-cross2">
+<!ENTITY version         "20200616-cross2">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20200615-cross2-systemd">
+<!ENTITY versiond        "20200616-cross2-systemd">
 <!ENTITY short-versiond  "systemd">
-<!ENTITY generic-versiond "20200615-cross2-systemd"> 
+<!ENTITY generic-versiond "20200616-cross2-systemd"> 
 
-<!ENTITY releasedate     "June 15th, 2020">
+<!ENTITY releasedate     "June 16th, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->