Commit Graph

491 Commits

Author SHA1 Message Date
Greg Schafer
aa497295b3 First half of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-24 14:59:09 +00:00
Greg Schafer
96dfe0f5bf Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-24 03:07:11 +00:00
Greg Schafer
ccaabde9fa Chapter 5 - GCC Pass 2: Insert note to rerun the previously ran sanity check.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 05:54:49 +00:00
Greg Schafer
990ba6b8b8 Chapter 5 - GCC Pass 2: Add check for properly functioning PTYs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 05:08:35 +00:00
James Robertson
255504f783 Chapter 5 - Updated the Why Static page to more accurately represent the difference between statically and dynamically linked binaries. Thanks to Ian Molton for point this out. Fixes Bug 602. Updated bookinfo with this year in copyright.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 02:27:47 +00:00
Greg Schafer
b036adcf56 Missed one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 00:59:49 +00:00
Greg Schafer
297d8ee004 More toolchain textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 00:53:52 +00:00
Jeremy Utley
7e52d2be99 removed make cmd from DejaGNU installation, as it does nothing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:07:47 +00:00
Jeremy Utley
b02848e688 Removed the -k from TCL's make check
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:03:48 +00:00
Greg Schafer
677aef3d51 GCC 2.95.3 fixes and other misc. toolchain related textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 14:25:37 +00:00
Greg Schafer
3aa9774abc Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 07:50:14 +00:00
Greg Schafer
39dbad2e34 s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 07:31:01 +00:00
Greg Schafer
76d113f6f2 Toolchain related textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 03:05:40 +00:00
Greg Schafer
dc19fb6e8e Chapter 5 - GCC Pass 2: Updated to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 01:40:43 +00:00
Greg Schafer
fbd407f064 Minor fixups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-19 13:52:09 +00:00
Jeremy Utley
db7ac2fe79 added some extra comments regarding the 3 gcc tarballs in chapter 5 gcc pass 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 17:13:09 +00:00
Alex Gronenwoud
2ea93a3240 Normalizing the spelling of 'Tcl' and 'DejaGnu'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 22:00:37 +00:00
Alex Gronenwoud
783c041149 Minor adjustments to the 'Lock-in' section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 22:00:04 +00:00
Greg Schafer
d1391f0386 Do "make -C ld install" instead of "make -C ld install-data-local" to install a whole new linker instead of just the new ldscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 09:57:52 +00:00
Greg Schafer
b920e4019a Fix my typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 03:47:37 +00:00
Greg Schafer
40f4d66b82 Minor edits from Bill and Alex P. Thanks guys.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 03:40:13 +00:00
Greg Schafer
1f536265dd Add sanity checks and some notes on the toolchain testsuites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-16 07:28:26 +00:00
Greg Schafer
18b65e2b0a Minor edits.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2824 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-16 04:25:50 +00:00
Alex Gronenwoud
1e16325464 Correcting several typos and some inconsistencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 21:47:44 +00:00
Alex Gronenwoud
238527e104 Minor adjustments, mainly of markup. And dropping file removal from the 'stripping' phase -- the files are small.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 21:47:20 +00:00
Alex Gronenwoud
980599daa5 Changing a few it's to its, and fixing other typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 21:46:24 +00:00
Greg Schafer
fa2e6935d7 Small grammar adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 09:16:58 +00:00
Jeremy Utley
14ac074564 Added note regarding Ncurses --without-ada switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:48:24 +00:00
Jeremy Utley
0e5a143a43 Added Gawk test to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:27:30 +00:00
Jeremy Utley
dac0f591d2 Added descriptions to grep configure switches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:16:54 +00:00
Gerard Beekmans
62d0130ca5 Moved the text explaining possible errors if host doesn't support devpts to the gcc-pass2 page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 16:10:46 +00:00
James Robertson
0b5fd8449d Small textual change in Ch5 GCC Pass 2 install instructions - provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 14:30:41 +00:00
James Robertson
b46ab4c17b Fixed Ch5 GCC Pass 2 specs patch text to be more vague, but in actuality more accurate - provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 02:40:25 +00:00
James Robertson
564768e74a Grammar fix in Ch5 Tcl install directions provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 01:53:12 +00:00
James Robertson
7064dafcab Small textual change in the Ch5 lockin Glibc page for /lib/ld.so.1 provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 01:50:14 +00:00
Jeremy Utley
c94dd38cc7 Minor textual and command changes from lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 20:27:27 +00:00
Jeremy Utley
0841437890 Dropped non-toolchain tests to optional
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 20:07:44 +00:00
Gerard Beekmans
c9398bca01 Changed the wording a bit. Binutils dirs must be removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 19:43:54 +00:00
Jeremy Utley
72730c35f5 Added caution block around binutils keep source around instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 18:00:03 +00:00
Gerard Beekmans
f200be17df typo fix by Christian Schmitt
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 15:59:23 +00:00
Jeremy Utley
fbb00ac78a Fixed minor typos in the instructions, and corrected the download URL for util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-10 00:26:02 +00:00
Jeremy Utley
431f48d1b8 Added some notes regarding failed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 20:59:10 +00:00
Jeremy Utley
c825bdcb3e Added minimum locales necessary for tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 20:34:19 +00:00
Matthew Burgess
ceb18c4be8 Fixed command to remove unneeded documentation from /tools/share
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-08 18:46:00 +00:00
Jeremy Utley
9e24a7dd4a Corrected chap 5 gcc pass2 error explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-06 03:25:24 +00:00
Jeremy Utley
917e8427d6 updated Perl patch for the new /tools dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-06 00:43:46 +00:00
Matthew Burgess
85912f14f3 /tools is the new name for /stage1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-04 20:18:08 +00:00
Jeremy Utley
bef49bf2a8 Updated URL's to reflect new web site structure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-04 04:20:50 +00:00
Matthew Burgess
e991f768a2 Fix util-linux utilising /stage1 headers and libs instead of the host's version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-03 20:24:31 +00:00
Alex Gronenwoud
cd8e54e226 Adjusting the actual SBUs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-02 22:04:32 +00:00