aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
...
* changed bzip2's instructions to "export CC...make...unset CC" instead ofGerard Beekmans2002-02-021-1/+3
| | | | | | | "make CC=..." git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1537 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted that you need to be root to run the ln command to create libcurses.aGerard Beekmans2002-02-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explained why we cp+rm during gzip installGerard Beekmans2002-02-022-0/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* no need for <screen> tags in fileutils explanationGerard Beekmans2002-01-311-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added && at the enf of the adduser commandGerard Beekmans2002-01-311-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix explanationMark Hymers2002-01-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed patch CPPFLAGS part to match how it's done with for exampleGerard Beekmans2002-01-301-1/+3
| | | | | | | chapter5/sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 270] Fixed the commands to install the kernel header filesMarc Heerdink2002-01-302-5/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 242] patch 2.5.4 needs -D_GNU_SOURCE on PPCMark Hymers2002-01-303-1/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rephrased a bitGerard Beekmans2002-01-301-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 196] ch5-kernel make mrproper explanationMark Hymers2002-01-301-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 261] Removed the --libexecdir configure option from fileutils' ↵Marc Heerdink2002-01-302-6/+1
| | | | | | configure flags git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 258] More packages suggest seperate build dirMark Hymers2002-01-301-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the "#!/bin/sh" lineGerard Beekmans2002-01-271-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (<<"EOF" to << "EOF")Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (cat >~filename -> cat > ~filename)Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed "chown lfs $LFS" to "chown -R lfs $LFS"Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text corrections:Marc Heerdink2002-01-251-5/+5
| | | | | | | | | * replaced a capital "The" in the middle of a sentence with "the" * added "commands" to "by running the following:" * rephrased one sentence to make it sound a bit more logical git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* perfectly alright -> perfectly fineMarc Heerdink2002-01-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1477 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a very very tiny typo that looks a bit weird in the book.Marc Heerdink2002-01-251-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 149] Addition and Removal of files to resolve bug 149 (Install all ↵Marc Heerdink2002-01-233-20/+121
| | | | | | software as an unprivileged user) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Implemented bug 149 (install chapter 5 as an unprivileged user)Marc Heerdink2002-01-235-15/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typo -i should be -lMark Hymers2002-01-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* The installation of the kernel headers in chapter 5 was changed so having theMarc Heerdink2002-01-142-21/+14
| | | | | | | sources in a directory other than /usr/src/linux won't break the cp. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* missing space between "<filename>rm</filename>" and "both"Gerard Beekmans2001-12-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 228] Merge appendices A, B and DMark Hymers2001-12-1517-17/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Resolved bug 192 and a version increaseMarc Heerdink2001-12-102-4/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bug 235Marc Heerdink2001-12-102-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 195] Add static library explanation to chapter 5Mark Hymers2001-12-012-0/+64
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typoMark Hymers2001-11-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 164] XML Tidy upMark Hymers2001-10-2718-112/+115
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix spellingMark Hymers2001-10-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1326 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix spellingMark Hymers2001-10-242-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 191] Add kernel header explanationMark Hymers2001-10-142-0/+36
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixesGerard Beekmans2001-10-011-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixGerard Beekmans2001-09-271-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added <?dbhtml> tag for output redirection into subdirGerard Beekmans2001-09-264-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added <?dbhtml> tag for output redirection into subdirGerard Beekmans2001-09-2522-0/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixesGerard Beekmans2001-09-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fix and AMD CPU->an AMD CPUGerard Beekmans2001-09-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixGerard Beekmans2001-09-231-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixes (it's -> its)Gerard Beekmans2001-09-202-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --enable-threads=posix to chapter 5-gcc, updated chapter 6 fromGerard Beekmans2001-09-182-1/+4
| | | | | | | | --enable-threads to --enable-threads=posix (for clarity, since posix is the default). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added missing </para>Gerard Beekmans2001-09-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reworded a bit. make install on debian doesn't fail. The error isGerard Beekmans2001-09-111-4/+7
| | | | | | | | ignored as it should and make's return value is now 0. This may not be like this on all systems if the 'make' program is older. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* some textual updatesGerard Beekmans2001-09-111-8/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar fixGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1200 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reworded the glibc-2.2.3 fix. it had better be clear nowGerard Beekmans2001-09-071-9/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed a couple of typosMark Hymers2001-09-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689