diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:24:39 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:24:39 +0000 |
commit | 78a9ee5ab0ed1a94ad9bf028100584f28972f3dd (patch) | |
tree | 73fc77c8d782c9a2a9e47abfb4d15eaf0f3f49f9 /chapter01 | |
parent | 9f1dfbe42af6dd3089e8d507cb9e4e16e1ad7d8b (diff) |
Changed net-tools's installation method to 'make update' instead of
'make install'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bdcc5f50b..7a9a2905a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -5,7 +5,12 @@ <itemizedlist> -<listitem><para>September 2nd, 2001 [markh]: Chapter 6 - Procinfo: +<listitem><para>September 5th, 2001 [gerard]: Chapter 6 - Net-tools: +Instead of running make install, we now run make update. It does the +same, except make update doesn't make backup of programs it's +replacing.</para></listitem> + +<listitem><para>September 5th, 2001 [markh]: Chapter 6 - Procinfo: Removed sed and replaced with a flag to make.</para></listitem> <listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs: |