aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* Added compile times and sizes as entitiesMark Hymers2001-07-1748-0/+240
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* only two man pages (instead of three)Gerard Beekmans2001-07-161-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Made extra sure that you need to cd into glibc-&glibc-version; thenGerard Beekmans2001-07-111-4/+6
| | | | | | | | | unpack (when we're sure that you are in glibc-&glibc-version; then we don't have to use the absolute patch /usr/src/glibc-build when mkdir'ing it and cd'ing into it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Per chap2 the user is already in gcc-3.0, so we can use a relativeGerard Beekmans2001-07-111-2/+2
| | | | | | | | directory of ../gcc-build to mkdir it and cd into it. And it's also more friendly for people who don't use /usr/src/ to build packages in git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@789 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added ADD_RAW=yes to make and make install so that raw is installedMark Hymers2001-07-101-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed wording to be less confusingGerard Beekmans2001-07-101-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix indentation+line breaksGerard Beekmans2001-07-101-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed groff expGerard Beekmans2001-07-102-14/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed literallayout's to screen'sGerard Beekmans2001-07-1061-444/+560
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated url's so in txt version when there's no hyperlink, the addressGerard Beekmans2001-07-104-12/+17
| | | | | | | is still available git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed locations to the hints on archive.linuxfromscratch.org (someGerard Beekmans2001-07-062-3/+5
| | | | | | | hints have been renamed into all lowercase) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed symlink creation explanationGerard Beekmans2001-07-061-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the missing command explanationsGerard Beekmans2001-07-021-0/+53
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added hyphen between util and linuxGerard Beekmans2001-06-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar fixGerard Beekmans2001-06-302-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Explained why we don't simply run 'make install'Gerard Beekmans2001-06-301-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Explained $PS1Gerard Beekmans2001-06-301-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged chapter 9 with chapters6 and 7Gerard Beekmans2001-06-293-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the 'over-zealous' warning how you have to read the shadow HOWTOGerard Beekmans2001-06-291-15/+4
| | | | | | | | | before enabling it. Problems are almost unheard of these days. I left the doc/HOWTO reference and inserted the command to enable shadow passwords git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@739 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" isn't necesarry anymore withGerard Beekmans2001-06-291-2/+2
| | | | | | | the update in groff-1.17.1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated patch command for use with the new patchGerard Beekmans2001-06-291-4/+2
| | | | | | | | 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
* Updated installation instructions for MAKEDEV-1.1Gerard Beekmans2001-06-291-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* When setting CXXFLAGS, don't override what could be set already by aGerard Beekmans2001-06-271-2/+2
| | | | | | | user, just add to it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that entering chroot will clear all env. varsGerard Beekmans2001-06-271-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted that only C and C++ compilers are built and gave instructions whatGerard Beekmans2001-06-271-1/+11
| | | | | | | to do if other compilers are wanted git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the static version reference to &vim-version;Gerard Beekmans2001-06-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar fixGerard Beekmans2001-06-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added groff-expGerard Beekmans2001-06-212-0/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renamed shellutils to sh-utilsGerard Beekmans2001-06-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed entity call from &manpages-version; to &man-pages-version;Gerard Beekmans2001-06-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to reflect new patch contents and file nameGerard Beekmans2001-06-211-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to current versionsGerard Beekmans2001-06-207-15/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed spaces into tabsGerard Beekmans2001-06-201-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the <blockquote><literallayout> and their closing tags fromGerard Beekmans2001-06-195-6/+13
| | | | | | | | | chrootcmd.xml and added them to the files that call chrootcmd. This allows for adding more commands around chroot (like logout in glibc-inst.xml) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Placed \ and </userinput> on the same line to avoid a space being placedGerard Beekmans2001-05-261-2/+2
| | | | | | | | after \ which will cause a problem when copy&pasting that line into a shell git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the mv $LFS/usr/bin/bash|bashbug $LFS/bin againGerard Beekmans2001-05-241-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xmlGerard Beekmans2001-05-225-26/+10
| | | | | | | and chroot.xml use that file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Alphabetized the installation order per bug 41.Craigthulu2001-05-211-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed URL from cvs.linuxfromscratch.org toGerard Beekmans2001-05-181-2/+2
| | | | | | | archive.linuxfromscratch.org git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added an explanation for the manpages patch.Simon Perreault2001-05-152-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* he -> youSimon Perreault2001-05-134-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* he -> youSimon Perreault2001-05-131-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that modutils-2.4.6 does not work properly with 2.2.x kernelsGerard Beekmans2001-05-131-0/+6
| | | | | | | and suggest downgrading to 2.4.5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed not that Makefile has to be edited if you want compilerGerard Beekmans2001-05-131-5/+0
| | | | | | | optimization git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* split the ./configure command up in two linesGerard Beekmans2001-05-121-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Let's do the cutting of lines properly this time - added </userinput>Gerard Beekmans2001-05-091-3/+5
| | | | | | | after the \ else it won't do much git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* lines too long, added the \ and started on a new lineGerard Beekmans2001-05-091-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the ldso section (and all references to it in the appendixes) andSimon Perreault2001-05-094-23/+2
| | | | | | | | replaced that by a patch to man-pages (and added references to it in all appendixes) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added bin86-exp.xmlGerard Beekmans2001-05-071-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Explained what the sed command is all aboutGerard Beekmans2001-05-071-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689