aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-01 14:42:18 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-01 14:42:18 +0000
commit10aeeb61e6911dbcebb4529346ccc5b37714709c (patch)
tree2ad67599afb2918423b66459438508002b4c3365 /chapter01
parent7af976fb7d2082fe7ec232658b0c399ef16db5d7 (diff)
added the warning that gawk's make uninstall will do a rm -rf /usr/bin/* if the libexec dir override is applied
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 447fbb6a4..05518d343 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,13 @@
</para></listitem>
+<listitem><para>April 1st, 2002 [gerard]: This is not a joke: Chapter 5+6 -
+Gawk: Added a warning to never run <userinput>make uninstall</userinput> on
+the package. It will be pretty much equivalent to <userinput>rm -rf
+/usr/bin/*</userinput> because we override the <filename
+class="directory">libexec</filename> directory definition to <filename
+class="directory">/usr/bin</filename></para></listitem>
+
<listitem><para>March 29th, 2002 [markh]: Chapter 05 and 06 - Updated to
diffutils-2.8, modutils-2.4.15 and vim-6.1. Removed PR_PROGRAM setting
for diffutils as /usr/bin/pr is now detected by the configure script.