aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-11-26 19:06:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-11-26 19:06:52 +0000
commitd0f18947d1f48f597107e7a60c80ed716b6cc320 (patch)
tree0ef6d65606ee5eca2e60aa572fc189dd3948bb89
parent31c3309c54a5c818f3515dc6fa08063a60167679 (diff)
Prevent installation of unneeded gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/gawk.xml4
-rw-r--r--general.ent6
3 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 93af2b5e5..ce7f02321 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2017-11-26</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Prevent installation of unneeded gawk files.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2017-11-17</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 32b8165a3..f96fe5ff0 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Gawk</title>
+ <para>First, ensure some unneeded files are not installed:</para>
+
+<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
+
<para>Prepare Gawk for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
diff --git a/general.ent b/general.ent
index 50cbfd081..140298b18 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20171111">
+<!ENTITY version "SVN-20171126">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20171111-systemd">
+<!ENTITY versiond "20171126-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "November 11, 2017">
+<!ENTITY releasedate "November 26, 2017">
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.2">