diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 00:01:22 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 00:01:22 +0000 |
commit | 54eee9df478c297f508b69fcb3ebfa456d73e0ab (patch) | |
tree | 482bd5f49106773a585faba7ddbf19be431525b0 /chapter01 | |
parent | d0e55a67df31dab8bbf39e47da7aae6de91c062e (diff) |
Fix man bug, added a CC variable to omit symbols from compilation in static packages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 283d73073..d6d330f6a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -52,6 +52,14 @@ </itemizedlist> </para></listitem> +<listitem><para>September 1st, 2002 [timothy]: Chapter 06 - About +debugging symbols: Removed info. about stripping /static. Man: Added sed +statement to prevent groff from using SGR escape sequences.</para></listitem> + +<listitem><para>September 1st, 2002 [timothy]: Chapter 05 - Install all +software as an unprivileged user: Added $CC='gcc -s' to omit the +compilation of symbols in static packages.</para></listitem> + <listitem><para>August 30th, 2002 [timothy]: Chapter 06 - Makedev: Put rm /bin/bash after device creation. Perl: Removed information about the old patch.</para></listitem> |