Commit Graph

3916 Commits

Author SHA1 Message Date
Manuel Canales Esparcia
35edd526b5 Retaged and indented changelog.xml.
Moved the list of packaged updates to the new whatsnew.xml file.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-11 19:02:07 +00:00
Manuel Canales Esparcia
1f3e44f037 Update date.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-11 12:42:53 +00:00
Manuel Canales Esparcia
13a9dc2d62 Indented chapter01 except changelog.xml.
Renamed administrativa.xml to resources.xml.
Standarized the ID values.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-11 12:02:10 +00:00
Manuel Canales Esparcia
895a637737 Removed the empty man.xml file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-11 10:49:56 +00:00
Ken Moffat
2debf13d30 Make bison build repeatably.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 22:08:36 +00:00
Ken Moffat
3154d10b57 Use a sed so that gccbug uses mktemp.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7262 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:39:53 +00:00
Ken Moffat
f420687e72 Move mktemp back to where it used to be, this should revert r7256 and hopefully remove any unintended idea that the toolchain position in the build can be lightly tinkered with.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:26:14 +00:00
Ken Moffat
22e65da686 update date
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:18:53 +00:00
Ken Moffat
2df049de47 More Berkeleyization for DB, thanks to Randy for advice.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 23:53:51 +00:00
Ken Moffat
f76cde828d Move creation of /etc/hosts in Perl, to remove another ICA difference.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 23:09:01 +00:00
Ken Moffat
9a404f49c5 Move grep ahead of libtool. This removes a hardcoded /tools/bin/grep from /usr/bin/libtool.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:24:55 +00:00
Ken Moffat
4da4a63bdf Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:12:20 +00:00
Ken Moffat
693e2fbc1e 's/DB/Berkeley DB/' and remove -lpthread overrides from it.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 16:39:54 +00:00
Manuel Canales Esparcia
cc25e353c3 Fixed copyright year.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 12:31:32 +00:00
Manuel Canales Esparcia
77e84afbe8 Removed figure, table, example, and equation from the TOC generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7250 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 11:39:56 +00:00
Manuel Canales Esparcia
ef448f2db7 Applied Alexander's fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 11:31:33 +00:00
Jeremy Huntwork
abf1f62e1a Remove mention of news server until we actually have one. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 02:24:03 +00:00
Jeremy Huntwork
fa21b3dc89 Initial support of UTF-8. Thanks Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 01:59:08 +00:00
Matthew Burgess
60e34b5281 Clarify mktemp's --with-libc configure parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 16:36:04 +00:00
Matthew Burgess
3c55f731d6 Upgrade to libtool 1.5.22
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 16:33:22 +00:00
Matthew Burgess
c464bb6492 Upgrade to man-pages 2.18
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7241 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 15:53:19 +00:00
Matthew Burgess
0d5e80e76a Fix bug 1674 by removing the incorrect -v flag from the mkswap command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 15:49:33 +00:00
Ken Moffat
dec63ea3d9 Make install of asm headers repeatable (for reruns, or ICA), instead of creating a spurious asm/asm-i386 directory when repeated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-31 18:20:17 +00:00
Ken Moffat
b82f0c040e update date
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-31 18:07:59 +00:00
Archaic
94aa662138 Reverting UTF-8 changes until everything is in place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:46:12 +00:00
Archaic
5536f7440f Applied Alexander Patrakov's patch which adds UTF-8 capability to the
development branch of the LFS Book.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:00:06 +00:00
Jim Gifford
2550494b85 Fixed Vim version for the symlink to /usr/share/doc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-23 08:16:41 +00:00
Jim Gifford
ab444ff15c Updated date
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-23 08:15:28 +00:00
Matthew Burgess
faaf88e953 Fix the broken Vim documentation symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-21 19:00:26 +00:00
Manuel Canales Esparcia
d781ffbe09 Chapter07 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 18:31:04 +00:00
Manuel Canales Esparcia
b78c7479d4 Chapter08 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 13:44:24 +00:00
Manuel Canales Esparcia
7686ca6aae Chapter09 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 13:13:31 +00:00
Manuel Canales Esparcia
b330f4a3a2 Prologue indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 12:25:25 +00:00
Manuel Canales Esparcia
8e8f00393a Appendices indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 11:50:50 +00:00
Matthew Burgess
3ffd592783 Pass a valid path to the --prefix switch of module-init-tools' configure script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 18:04:56 +00:00
Matthew Burgess
64aeb1e5a9 Reorder an incorrectly placed changelog entry
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 18:00:15 +00:00
Matthew Burgess
f8d484de8e Symlink Vim's documentation to /usr/share/doc/vim-6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 17:59:02 +00:00
Matthew Burgess
1bb4eb1554 Upgrade to psmisc 21.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 17:10:03 +00:00
Matthew Burgess
a79a7dd634 Upgrade to man-pages 2.17
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 14:00:59 +00:00
Jeremy Huntwork
a71ef08103 Install Tcl's internal headers to /tools/include. Thanks Greg Schafer, Dan Nicholson (fixes bug 1670).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-13 18:41:56 +00:00
Jeremy Huntwork
646a1845e5 Change cp syntax in Tcl instructions to match rest of book - add verbose switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-13 18:16:39 +00:00
Jeremy Huntwork
a1bdf51d70 Added new texinfo patch. Thanks Randy, Bruce and Joe.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-12 15:02:24 +00:00
Jeremy Huntwork
2f302b02dc Fixed misuse of entity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-12 12:26:40 +00:00
Jeremy Huntwork
e88a34d7cb Removed unneeded packages for bash and readline from the patches list.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7214 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-12 04:59:10 +00:00
Jeremy Huntwork
d8c5353da1 Upgraded to tcl-8.4.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 22:46:27 +00:00
Jeremy Huntwork
3baded47e2 Upgrade to less-394. Fix changelog typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 22:28:02 +00:00
Jeremy Huntwork
2c75e3ced6 Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:53:46 +00:00
Jeremy Huntwork
24755341b7 Upgrade to bash-3.1. Fix Tcl to work with the new Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:40:01 +00:00
Jeremy Huntwork
49ff2b2546 Changed variable used to link ncurses into readline - doesn't overwrite other settings. Thanks Alex Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:10:51 +00:00
Jeremy Huntwork
f65a5468e4 Fixed version typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 20:54:46 +00:00