aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
* Moved all dependency information to a new page, Appendix C.Jeremy Huntwork2006-04-1829-134/+2
| | | | | | | | | | | Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged the udev_update branch to trunk.Archaic2006-04-132-0/+47
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged alphabetical branch to trunk.Jeremy Huntwork2006-04-063-15/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson ↵Gerard Beekmans2006-03-031-5/+1
| | | | | | for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove unnecessary LDFLAGS variables in binutils pass 1 and 2. Thanks Dan ↵Jeremy Huntwork2006-01-312-6/+4
| | | | | | Nicholson. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various textual corrections. Thanks Chris Staub.Jeremy Huntwork2006-01-305-9/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust binutils-pass1 so we don't need to hang on to its source directories.Jeremy Huntwork2006-01-302-25/+15
| | | | | | | Also use 'gcc -dumpmachine' instead of the MACHTYPE var. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed typo in binutils pass2Jeremy Huntwork2006-01-261-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust chapter 5 binutils to build a static ld-new for use in the chapter 6 ↵Jeremy Huntwork2006-01-261-1/+8
| | | | | | | | | | readjusting section. Also add some extended sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer. Thanks to Dan Nicholson for the report, as well. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed the re-adjusting of the toolchain in chapter 6 so that chapter 6 GCC ↵Jeremy Huntwork2006-01-261-12/+0
| | | | | | | | | | and Binutils links against the proper Glibc and so that we don't have to keep the binutils directories from chapter 5. Also moved a note about saving the /tools directory to the beginning of chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and Tushar Teredesai for reporting and resolving this issue. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Finished chapter 05 indentation.Manuel Canales Esparcia2006-01-227-435/+523
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7292 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indenting chapter 05, part 4.Manuel Canales Esparcia2006-01-227-260/+365
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indenting chapter 05, part 3Manuel Canales Esparcia2006-01-206-453/+597
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indenting chapter 05, part 2Manuel Canales Esparcia2006-01-177-297/+439
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indenting chapter 05, part 1.Manuel Canales Esparcia2006-01-177-355/+461
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial support of UTF-8. Thanks Alexander Patrakov.Jeremy Huntwork2006-01-062-38/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reverting UTF-8 changes until everything is in place.Archaic2005-12-262-22/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Alexander Patrakov's patch which adds UTF-8 capability to theArchaic2005-12-262-8/+22
| | | | | | | development branch of the LFS Book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Tcl's internal headers to /tools/include. Thanks Greg Schafer, Dan ↵Jeremy Huntwork2005-12-132-20/+7
| | | | | | Nicholson (fixes bug 1670). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change cp syntax in Tcl instructions to match rest of book - add verbose switchJeremy Huntwork2005-12-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed misuse of entityJeremy Huntwork2005-12-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 ↵Jeremy Huntwork2005-12-111-5/+0
| | | | | | specific patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to bash-3.1. Fix Tcl to work with the new Bash.Jeremy Huntwork2005-12-111-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mention testsuites (or lack of them) for all packages (bug 1664)Matthew Burgess2005-12-072-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert r7195 - committed by mistakeMatthew Burgess2005-11-272-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove module-init-tools-testsuite from list of packagesMatthew Burgess2005-11-272-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Manuel Canales Esparcia2005-11-181-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Textual correction concerning gettext in chapter 5 and --disable-sharedJeremy Huntwork2005-11-161-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Made the removal of the GCC_INCLUDEDIR files more verbose. Thanks to Mike ↵Jeremy Huntwork2005-11-151-1/+1
| | | | | | Hernandez. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reduce commands for gettext in chapter 5. Thanks to Greg Schafer.Jeremy Huntwork2005-11-151-24/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Omit running Bzip2's testsuite as a separate stepMatthew Burgess2005-11-111-3/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Including patches.ent from general.entManuel Canales Esparcia2005-11-1029-58/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Alter some --libexecdir options to improve general consistency throughout ↵Matthew Burgess2005-11-072-6/+6
| | | | | | the book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove optimization related warnings from the toolchain packagesMatthew Burgess2005-11-065-39/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to glibc-2.3.6Matthew Burgess2005-11-061-14/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note mentioning that if TCL fails to build it suggests a broken ↵Matthew Burgess2005-11-051-1/+6
| | | | | | chapter 5 toolchain git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to coreutils-5.92Matthew Burgess2005-10-292-22/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a nodump to chapter05/introduction - we don't need to automate the ↵Jeremy Huntwork2005-10-291-1/+1
| | | | | | 'echo $LFS' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a few missing -v switches.Manuel Canales Esparcia2005-10-192-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Emphasise the fact that one must delete the source directory after ↵Matthew Burgess2005-10-091-6/+5
| | | | | | installing a package git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a couple of typosMatthew Burgess2005-10-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent GCC's fixincludes from running during chapter 5 pass2 and chapter 6Matthew Burgess2005-10-042-20/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* In Chapter5, dump only the locales required by testsuites. In chapter6 dump ↵Manuel Canales Esparcia2005-10-011-1/+1
| | | | | | | | the full locales build. Fixed an screen formating issue in both HTML and PDF outputs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing -v switchs.Manuel Canales Esparcia2005-10-011-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add -v to commands that accept itMatthew Burgess2005-09-298-16/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Placed the commands to run the optional testsuites in one line. Required for ↵Manuel Canales Esparcia2005-09-2811-22/+13
| | | | | | jhalfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to gawk-3.1.5Matthew Burgess2005-09-241-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to gcc-4.0.1 (merge of gcc4 branch)Matthew Burgess2005-09-094-43/+78
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use -print-file-name=specs instead of the undocumented --print-file-name ↵Matthew Burgess2005-08-181-1/+1
| | | | | | switch for GCC's specs file edit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typoMatthew Burgess2005-08-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689