Commit Graph

39 Commits

Author SHA1 Message Date
Greg Schafer
21ba4e3570 Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:22:07 +00:00
Alex Gronenwoud
7acb4c36e5 Bringing order to the presentation of patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 22:22:46 +00:00
Alex Gronenwoud
89fcc34541 Putting text before the 'make check's, and smoothing the other lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-29 23:20:23 +00:00
Gerard Beekmans
8c5274b140 removed the libcurses.a symlink re-creation - not needed. Added 'f' option to ln commadn for the libcurses.so symlink creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-13 06:37:08 +00:00
Gerard Beekmans
a939c0871f added vsscanf patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-13 06:25:53 +00:00
Gerard Beekmans
e4f5f0466a Applied Zack's ncurses patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-13 05:09:24 +00:00
Gerard Beekmans
6c039f6916 && should have been a \
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-12 18:42:01 +00:00
Timothy Bauscher
b175687da8 More from Zack: Ncurses symlinks fixes, procps removal of XSCPT=, --without-debug for ncurses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-11 19:12:19 +00:00
Gerard Beekmans
551a630631 etip patch filename fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-07 22:34:37 +00:00
Gerard Beekmans
bc82645e95 Integrated Pure LFS - Phase 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-02 18:20:20 +00:00
Gerard Beekmans
e4b9338243 fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-02-03 23:24:24 +00:00
Gerard Beekmans
7bfad056d6 QA Part #1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-27 22:10:07 +00:00
Timothy Bauscher
1d5d84c883 Converted ncurses to new layout.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2349 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-16 02:32:32 +00:00
Timothy Bauscher
a6445cfa60 o Upgraded to automake-1.7.1, modutils-2.4.21, man-pages-1.53,
kbd-1.08, util-linux-2.11w, autoconf-2.54, e2fsprogs-1.29,
  groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4, make-3.80,
  ncurses-5.3.
o Added libtool-1.4.2.patch
o Added findutils-4.1-segfault.patch
o Replaced mkdir ... with cp -HR.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-10-22 03:06:05 +00:00
Gerard Beekmans
8d8ab633a0 Fixed the 'superfluous *.so symlinks' again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-14 04:18:47 +00:00
Gerard Beekmans
f600ad8dfa Removed all superfluous /usr/lib/*.so symbolic links from library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-12 17:39:25 +00:00
Timothy Bauscher
819ecc6532 Changed ln -sf to ln -s where possible, cp libiberty.h after binutils install, remove groups program from Shadow, re-added the sh-utils-2.0.patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-18 17:26:58 +00:00
Gerard Beekmans
1c9bc6a47e removed --disable-termcap from ncurses installation, it's disabled by default now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-08 17:32:09 +00:00
Gerard Beekmans
3b3e965d29 Fix bug #316 - replace sed's with patches. Done for c5-fileutils, c6-glibc, c6-gawk and c6-ed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-30 11:51:27 +00:00
Gerard Beekmans
43f167cdab upgraded to ncurses-5.2-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-27 12:14:01 +00:00
Gerard Beekmans
f6810d47a9 Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix patches for ncurses, perl and vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-27 03:17:49 +00:00
Gerard Beekmans
3f12743405 fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping mostly)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-02 20:15:02 +00:00
Mark Hymers
4d6fc2dabb [Bug 164] XML Tidy up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-10-27 22:21:44 +00:00
Mark Hymers
0e34bce850 fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-25 19:36:32 +00:00
Mark Hymers
eba5bc10b8 [Bug 126] linked ALL dynamic libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-25 19:35:12 +00:00
Mark Hymers
d493379124 [Bug 126] add ncurses.so symlink in /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-25 18:14:53 +00:00
Mark Hymers
6077424125 [Bug 126] Move static libraries to /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-25 00:20:46 +00:00
Mark Hymers
45714a7d3b [Bug 127] Clean up ln, mv and cp commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-23 22:38:49 +00:00
Mark Hymers
c8de0b380d typo fixed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-21 13:56:19 +00:00
Mark Hymers
8df0f1518c fixed my stupid typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-17 14:22:14 +00:00
Mark Hymers
a21326f8ec move static libs and create symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-17 14:12:30 +00:00
Mark Hymers
28271660f2 ncurses patch removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-15 21:10:12 +00:00
Mark Hymers
a51314dd5a new ncurses-5.2 patch update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-25 19:15:30 +00:00
Mark Hymers
b822811980 XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-22 19:45:10 +00:00
Gerard Beekmans
3229c6b8a2 Changed literallayout's to screen's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-10 15:06:31 +00:00
Gerard Beekmans
0a54a20eca Updated patch command for use with the new patch
the /lib/libcurses.a symlink is created automatically with this new
official ncurses patch


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-29 15:37:53 +00:00
Gerard Beekmans
84479a6efd Updated to current versions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-20 04:43:00 +00:00
Simon Perreault
8ef599c59a Removed blank lines after <literallayout> and before </literallayout>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-16 02:04:19 +00:00
Gerard Beekmans
b08f409653 Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-02-15 15:26:52 +00:00