aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed zlib from chapter 5Gerard Beekmans2003-05-065-42/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* /configure --> ./configureGerard Beekmans2003-05-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed gcc installation instructions - no bootstrap, no /usr/lib/cpp symlink, ↵Gerard Beekmans2003-05-052-8/+6
| | | | | | fixed patch filename git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* ld.so.conf creation before compile not needed anymoreGerard Beekmans2003-05-051-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* static->stage1Gerard Beekmans2003-05-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed cross-compiling=no hackGerard Beekmans2003-05-051-11/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* /bin/pwd already exists nowGerard Beekmans2003-05-051-9/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* make check doesn't do anythingGerard Beekmans2003-05-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* chmod seems to be uselessGerard Beekmans2003-05-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* make check doesn't do anythingGerard Beekmans2003-05-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed LDFLAGS (caused link error), removed patch (part of bug not yet ↵Gerard Beekmans2003-05-051-4/+2
| | | | | | assigned) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added mkdir/cd binutils commands. Replaced hard-coded version with an entity ↵Gerard Beekmans2003-05-051-2/+10
| | | | | | reference. Added note not to remove binutils dirs. Removed -k option from make check git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* I was right...BOOT_* vars are _not_ needed, unless you bootstrap, which we ↵Gerard Beekmans2003-05-051-2/+1
| | | | | | do not git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* No bootstrapGerard Beekmans2003-05-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed too much at last commit. Re-added BOOT_* varsGerard Beekmans2003-05-051-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* misc fixesGerard Beekmans2003-05-051-5/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* included wrong files for gcc/binutils pass2Gerard Beekmans2003-05-053-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 'make' does nothing, so going straight to make installGerard Beekmans2003-05-031-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* shortened ln commandGerard Beekmans2003-05-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix command call (MAKE->make)Gerard Beekmans2003-05-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed make check from binutils-pass1 and gcc-pass1. Doesn't work without ↵Gerard Beekmans2003-05-022-6/+0
| | | | | | tcl, excpect and dejagnu installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2500 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* no need to touch ld.so.conf it so seemsGerard Beekmans2003-05-021-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Must install Glibc in chapter 5. Fix c5-glibc entity. Moved tcl, expect and ↵Gerard Beekmans2003-05-022-4/+5
| | | | | | dejagnu installation to after locking in glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* It's Pass 2, not Pass 1Gerard Beekmans2003-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* keep binutils-2.13.2 directory as wellGerard Beekmans2003-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* patch filename fixGerard Beekmans2003-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note not to remove binutils-buildGerard Beekmans2003-05-021-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed fileutils, sh-utils and textutilsGerard Beekmans2003-05-0212-279/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* package updates - new packagesGerard Beekmans2003-05-026-0/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* package updatesGerard Beekmans2003-05-0233-45/+149
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Integrated Pure LFS - Phase 1Gerard Beekmans2003-05-02102-559/+1087
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* trimmed changelogGerard Beekmans2003-04-301-539/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* back to CVSGerard Beekmans2003-04-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove wget ref.Gerard Beekmans2003-04-281-6/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* LFS-4.1 ReleaseGerard Beekmans2003-04-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed netkit-package and netkit-dir entitiesGerard Beekmans2003-04-272-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated From Power Up To Bash Prompt HOWTO URL.Timothy Bauscher2003-04-162-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2477 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixes from AlexGerard Beekmans2003-02-203-74/+66
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* this is the automake package, not modutilsGerard Beekmans2003-02-181-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed dup paragrahpGerard Beekmans2003-02-181-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* date string updateGerard Beekmans2003-02-181-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* missing installs the following lineGerard Beekmans2003-02-181-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* date string changeGerard Beekmans2003-02-151-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* the txt -> a text basedGerard Beekmans2003-02-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2441 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix something for lfscmd output.Timothy Bauscher2003-02-102-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed note regardig proc support, bogus now that we moved back to a real fileGerard Beekmans2003-02-062-9/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* tag + typo fixesGerard Beekmans2003-02-063-16/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove obsolete filesGerard Beekmans2003-02-058-77/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* bill's typo fixesGerard Beekmans2003-02-052-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* sentence structure changeGerard Beekmans2003-02-052-7/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689