aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Added descriptions of the configure options used in the GMP instructions and ↵Randy McMurchy2008-10-121-0/+11
| | | | | | updated the installed library descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed chapter 5 glibc test suiteDJ Lucas2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added three configure parameters to the Chapter 6 Util-linux-ng instructions ↵Randy McMurchy2008-10-111-0/+5
| | | | | | so that additional programs are installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a sed command to the Sysvinit instructions to suppress the ↵Randy McMurchy2008-10-111-0/+6
| | | | | | installation of the wall program and its man page as a maintained version of this program is installed by Util-linux-ng git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added commands to the Chapter 6 Binutils instructions to suppress the ↵Randy McMurchy2008-10-111-0/+5
| | | | | | installation of standards.info, thanks to Greg Schafer for contributing the fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a patch to the Procps instructions to fix a unicode related issue in ↵Randy McMurchy2008-10-112-0/+8
| | | | | | the watch program git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Kbd instructionsRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified the IPRoute2 installation command so that the docs are installed in ↵Randy McMurchy2008-10-111-0/+4
| | | | | | a versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified the Groff installation command so that the docs are installed in a ↵Randy McMurchy2008-10-111-0/+4
| | | | | | standardized versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Gawk instructionsRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added commands to the Chapter 6 Flex instructions to install a .pdf doc fileRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a parameter to the configure command in the Automake instructions so ↵Randy McMurchy2008-10-111-0/+5
| | | | | | that docs are installed in a versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Module-Init-Tools to 3.4.1Randy McMurchy2008-10-112-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Readline instructionsRandy McMurchy2008-10-111-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added some documentation installation commands to the Chapter 6 Ncurses ↵Randy McMurchy2008-10-111-0/+10
| | | | | | instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation enhancements to the E2fsprogs packageRandy McMurchy2008-10-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected misspelling Greg's name, sorry about that GregRandy McMurchy2008-10-101-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed an unnecessary parameter from the Util-linux-ng Chapter 6 make ↵Randy McMurchy2008-10-101-1/+6
| | | | | | command, thanks to Greg Shafer for pointing it out git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Perl instructions, thanks to Greg Shafer for pointing out the ↵Randy McMurchy2008-10-101-0/+5
| | | | | | issues - This change also required that the Zlib package is built right before the Perl package in Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Vim to 7.2Randy McMurchy2008-10-102-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Udev to 130Randy McMurchy2008-10-101-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated File to 4.26Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Shadow to 4.1.2.1Randy McMurchy2008-10-092-3/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Man-DB to 2.5.2Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Iproute to 2.6.26Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a command to the Inetutils instructions to correct an issue with GCC-4.3Randy McMurchy2008-10-091-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Autoconf to 2.63Randy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Libtool to 2.2.6aRandy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, ↵Randy McMurchy2008-10-071-0/+5
| | | | | | thanks to William Immendorf for pointing out the error git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Berkeley DB to 4.7.25Randy McMurchy2008-10-072-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Man-pages to 3.11Randy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Util-linux-ng to 2.14.1Randy McMurchy2008-10-072-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Texinfo to 4.13Randy McMurchy2008-10-071-2/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* cp -v, to .orig, in Expect chap5, like we do with the rest of the book.Robert Connolly2008-10-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Tar to 1.20Randy McMurchy2008-10-061-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Perl to 5.10.0Randy McMurchy2008-10-062-2/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required ↵Randy McMurchy2008-10-062-2/+10
| | | | | | by the GMP package in Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Findutils to 4.4.0Randy McMurchy2008-10-061-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated E2fsprogs to 1.41.1Randy McMurchy2008-10-062-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the Mktemp-1.5 package to the list of removed items in the Chapter3 ↵Randy McMurchy2008-10-052-0/+8
| | | | | | 'What's new ...' page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Coreutils to 6.12, thanks to William Immendorf for contributing a ↵Randy McMurchy2008-10-052-2/+15
| | | | | | patch to add the mktemp program information to the Coreutils page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Bash Fixes patch to the -8 versionRandy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a patch to the Expect instructions to fix an issue with recent Tcl ↵Randy McMurchy2008-10-052-0/+8
| | | | | | versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Tcl to 8.5.4Randy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Linux kernel to 2.6.26.5Randy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this ↵Randy McMurchy2008-10-052-1/+14
| | | | | | snapshot includes the libidn data that previously was separately packaged git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the GMP and MPFR packages to the list of packages in Chapter 3, thanks ↵Randy McMurchy2008-10-051-3/+15
| | | | | | to Lefteris Dimitroulakis for pointing out the omission git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove tabsBruce Dubbs2008-10-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix 'make validate' Makefile ruleBruce Dubbs2008-10-041-0/+4
| | | | | | Add Perl version check to Host System Requirements git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 ↵Randy McMurchy2008-10-032-0/+28
| | | | | | packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689