Jeremy Huntwork
6e886330cf
Initial addition of support for x86_64
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-03 22:46:04 +00:00
Bruce Dubbs
b0e1dc860c
Fix typos in Chapter 5 Gawk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-03 21:22:19 +00:00
Jeremy Huntwork
2a6c7b3e26
Adjust line break in adjusting toolchain section to avoid confusion
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-01 21:38:07 +00:00
Bryan Kadzban
a91be49af4
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-11-06 05:23:09 +00:00
Bruce Dubbs
1fa0f19f28
Changed wording introducing test suites in Chapter 5.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-11-05 21:44:06 +00:00
Bruce Dubbs
182d5d3e50
Text changes in several places in Chapters 5 and 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-30 06:52:46 +00:00
Bruce Dubbs
863beeaa47
Fixed perl configuration so it knows the vendor library location.
...
Changes perl patches to a single consolidated patch with security and other fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-30 05:35:58 +00:00
Bruce Dubbs
bdd7f2703c
Added chmod instructions to e2fsprogs and tcl
...
to ensure all libraries are writable by root for stripping.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-27 07:23:19 +00:00
Bruce Dubbs
e4b8b816df
Added a brief explanation of the Linux API Headers instructions.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-27 06:33:21 +00:00
Bruce Dubbs
3c63868dde
Added a General Compilation Instructions section
...
immediatley before binutils. Essentially reordered the presentation
that was in the Chapter 5 Introduction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-26 17:47:52 +00:00
Bruce Dubbs
b772130d04
Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bash
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-21 20:32:15 +00:00
DJ Lucas
c350d43a4d
Fixed grep's -i feature.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-21 05:31:18 +00:00
Jeremy Huntwork
9ff6ff3fb3
GCC 4.3.2 uses a new location for fixed includes. Fix scripts in chapter 5's adjusting toolchain section to use it.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-20 14:56:53 +00:00
Randy McMurchy
97ba3cf3df
Removed an unnecessary command from the Chapter 5 Perl instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-19 20:07:31 +00:00
Jeremy Huntwork
787fe0c794
Moved placement of m4 in chapters 5 and 6 so that
...
* the chapter 5 m4 links against the glibc in /tools
* the chapter 6 m4 is built before anything that hard codes the location of m4
Added a host prerequisite for m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-19 03:09:26 +00:00
Bruce Dubbs
26b44218d9
Added --disable-libssp to glibc Pass 1 in Chapter 5
...
to eliminate a build failure on some systems.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-15 21:32:49 +00:00
Randy McMurchy
c49647b10a
Modified the Chapter 5 instructions so that instead of building the GMP and MPFR packages separately for GCC Pass2, they are built by GCC internally
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-13 13:32:41 +00:00
Randy McMurchy
a8e23bd853
Moved the Chapter 5 M4 installation to before GCC Pass1 so that the internal GCC build of GMP will not fail in case M4 doesn't exist on the host
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 15:09:40 +00:00
DJ Lucas
0eb906581f
Use static linked gcc for pass 1 - #2056 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 04:09:47 +00:00
DJ Lucas
b2e93767f8
killed /etc/ld.so.preload from Chapter 5 Glibc, #2081 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 03:55:20 +00:00
Randy McMurchy
0bb6760364
Added descriptions of the configure options used in the GMP instructions and updated the installed library descriptions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 00:39:47 +00:00
DJ Lucas
0abc697e29
removed chapter 5 glibc test suite
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-11 23:39:51 +00:00
DJ Lucas
ce69610f7f
minor correction - glibc patch paths
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-11 04:02:55 +00:00
Randy McMurchy
cbd7c845aa
Added an explanation for the make command in the Chapter 5 Util-linux-ng instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-10 18:32:37 +00:00
Randy McMurchy
181205154e
Added a command inadvertantly left out of the Chapter 5 Glibc instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-09 18:45:51 +00:00
Randy McMurchy
7ce01e0fcd
Removed extraneous ampersands put in by accident
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-09 18:35:09 +00:00
Randy McMurchy
0556946c4d
Updated Util-linux-ng to 2.14.1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-07 14:40:52 +00:00
Robert Connolly
a877994145
cp -v, to .orig, in Expect chap5, like we do with the rest of the book.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-07 01:09:21 +00:00
Randy McMurchy
a926480eea
Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required by the GMP package in Chapter 6
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-06 14:57:40 +00:00
Randy McMurchy
f3c13ba37e
Corrected some erroneous text in the Coreutils instructions, thanks to Greg Shafer for pointing it out
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-06 00:44:26 +00:00
Randy McMurchy
a5933e25fe
Updated Coreutils to 6.12, thanks to William Immendorf for contributing a patch to add the mktemp program information to the Coreutils page
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 22:34:54 +00:00
Randy McMurchy
a9836bc786
Typo fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 21:06:25 +00:00
Randy McMurchy
1100dfc670
Added a patch to the Expect instructions to fix an issue with recent Tcl versions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 18:46:09 +00:00
Randy McMurchy
d55da0a925
Fixed validation error
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 18:17:30 +00:00
Randy McMurchy
85ca28c900
Updated Tcl to 8.5.4
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 17:04:28 +00:00
Randy McMurchy
5a25e0a586
Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this snapshot includes the libidn data that previously was separately packaged
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 16:11:41 +00:00
Randy McMurchy
6cc051651b
Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-03 20:14:18 +00:00
Jeremy Huntwork
1c6f1c1e41
Use -mtune=native for glibc. We don't want our libc optimized for 486.
...
It should be optimized for the local machine.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-04-23 18:33:53 +00:00
Jeremy Huntwork
974b9e8be2
Fixed a couple of typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-04-22 15:27:23 +00:00
Matthew Burgess
615a565828
Upgrade to Coreutils-6.10. Fixes #2133 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-02-07 19:47:39 +00:00
Matthew Burgess
c6d52ce7e5
Fix up the migration to Util-linux-ng.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-01-22 07:59:22 +00:00
Matthew Burgess
4bac71c515
Replace Util-linux with Util-linux-ng. Fixes #2077 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-01-22 07:52:27 +00:00
Matthew Burgess
93ee74805c
Updated to Texinfo-4.11. Fixes #2074 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-12-08 23:46:45 +00:00
Matthew Burgess
1ef69edf80
Updated to Gawk-3.1.6. Fixes #2107 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-12-08 23:42:31 +00:00
Matthew Burgess
1129dbddc5
Fix incorrect capitalisation of Tcl. Fixes #2096 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-10-29 21:41:18 +00:00
Manuel Canales Esparcia
0445a3d506
Added remap attributes to userinput tags in packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-18 21:11:00 +00:00
Jeremy Huntwork
2a7ac34a07
Upgrade to Glibc-2.6.1. Fixes #2018 . Thanks to several people mentioned in the changelog.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-16 00:21:26 +00:00
Jeremy Huntwork
b0a4c9a47d
Upgrade to GCC-4.2.1. Fixes #2002 . Merged from jh branch, thanks to Matthew Burgess for preparing a discrete patch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-15 20:45:13 +00:00
Manuel Canales Esparcia
e7477591dd
Added sect1info blocks to packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-07 19:16:43 +00:00
Dan Nichilson
954ca05ade
Add --disable-werror to binutils-pass-1 for robustness
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8278 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-08-07 20:09:47 +00:00
Dan Nichilson
633f48b189
Updated to glibc-2.5.1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-31 23:19:44 +00:00
Dan Nichilson
25a4471015
Revert some && deletions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-24 22:51:20 +00:00
Dan Nichilson
ad83f72ad8
Remove extraneous && in chained commands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-24 14:48:14 +00:00
Dan Nichilson
f025bfe5ff
Install linux-headers to temporary directory for safety
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-14 15:46:44 +00:00
Matthew Burgess
968c7be054
Upgrade to Tar-1.18. Fixes #2039 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-30 14:46:50 +00:00
Ken Moffat
f19e766a8e
Add missing colons wherever we expect the builder to key in the userinput.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-24 13:03:35 +00:00
Ken Moffat
2e80ff192c
Update to tar-1.17, fixes #2029 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-12 20:51:30 +00:00
Manuel Canales Esparcia
1652151de9
Fixes for PDF output.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-04-05 19:03:40 +00:00
Jeremy Huntwork
f4c628cc80
Install su from coreutils in chapter 5 as su-tools. Use su-tools to run test suites from coreutils and bash as user nobody. Fixes #1877
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-04-03 12:21:48 +00:00
Jeremy Huntwork
85d8df5044
Updated to linux-2.6.20.4. Fixes r1978.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-04-01 05:41:19 +00:00
Dan Nichilson
8bfbf407dd
Apply the branch update patch to the temp Glibc, too
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-23 20:26:13 +00:00
Manuel Canales Esparcia
b06ca361a4
Updated book sources to use DocBook-XML DTD 4.5
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-21 18:42:58 +00:00
Dan Nichilson
acec47884b
Force use of host's linker through *-pass1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-14 04:31:35 +00:00
Jeremy Huntwork
09ec1f4110
'Refer back' is redundant.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-02 23:24:37 +00:00
Jeremy Huntwork
19f8a620a8
Warnings and important notices about a command that appear after instructions to run it are evil.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-02 23:23:14 +00:00
Manuel Canales Esparcia
babbe20ab1
Removed M4 from Chapter05.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-02-25 19:23:42 +00:00
Manuel Canales Esparcia
9d2aa80519
Reverted a change commited by error.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-02-24 16:18:22 +00:00
Manuel Canales Esparcia
d71eb36c23
Tags fixes (I'm bad).
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-02-24 16:17:14 +00:00
Manuel Canales Esparcia
12b905ac95
Fixed titles and index entries for kernel headers installation to make more obvious that we are using the linux kernel sources package.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-02-24 15:09:59 +00:00
Dan Nichilson
bf610ba45c
Removed text for editing the adjusted specs by hand
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-02-24 04:38:29 +00:00
Matthew Burgess
980a6927c1
Upgrade to Linux-2.6.19.2. Fixes #1928 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-01-31 18:16:49 +00:00
Matthew Burgess
b8913f423c
Upgrade to Gzip-1.3.10. Fixes #1924 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-01-31 18:12:22 +00:00
Jeremy Huntwork
948bdb9f27
Add a cautionary note to the end of chapter 5.
...
Archiving of the temporary tools for future use should take place
before starting chapter 6. Fixes #1879 .
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 19:47:06 +00:00
Jeremy Huntwork
9d4c6dc1ed
Fix potential corruption of the testsuite tools
...
by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
Fixes #1892 .
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 19:10:27 +00:00
Jeremy Huntwork
777a14815f
Added 'make headers_install' to chapter 5 Linux Headers
...
for the educational value and in preparation of changes
in Linux-2.6.19.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 18:29:16 +00:00
Matthew Burgess
bc688338dd
Apply all 5 of the currently available upstream patches for Bash-3.2
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 17:08:59 +00:00
Jeremy Huntwork
3f25fa44de
Simplified the installation of Linux Headers in Chapter 5.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 00:13:01 +00:00
Matthew Burgess
f8d252beb3
Upgrade to Tar-1.16
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-28 22:13:49 +00:00
Matthew Burgess
1e0d9b7615
Upgrade to Gettext-0.16
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-28 22:08:46 +00:00
Matthew Burgess
6e786a29d5
Upgrade to Bash-3.2
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-28 22:06:22 +00:00
Matthew Burgess
87a779d6a8
Add the verbose flag when copying files in chapter 5's util-linux build. Thanks to Robert Connolly for the report.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-11 21:26:47 +00:00
Matthew Burgess
5bc82c5b16
Rename the Linux Libc Headers pages
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 17:15:25 +00:00
Matthew Burgess
93bc4a2875
Replace the Linux-Libc-Headers package with the 'headers_install' target from the kernel Makefile
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 17:08:23 +00:00
Matthew Burgess
1f3f918e63
Make the spacing consistent for redirecting to a here-document. Thanks to Peter Ennis for the report.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-09-21 23:04:36 +00:00
Matthew Burgess
de5994967b
Simplified the command that adjusts GCC's specs file
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-08-17 20:00:55 +00:00
Manuel Canales Esparcia
e1060dee73
Syncing trunk with 6.2 branch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-07-23 11:05:22 +00:00
Bruce Dubbs
9b41802b14
Moved text in section 5.7 'Adjusting the Toolchain' referencing TCL out of the caution and into its own note
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-07-11 02:09:51 +00:00
Jeremy Huntwork
9278974d09
Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages.
...
Better organizes the commands and data so that the flow of the book is not
lost.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-27 18:07:57 +00:00
Manuel Canales Esparcia
daa205dd5b
Readded chapter05 Bison and Flex pages due that will be required if using HJL binutils.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-15 17:26:52 +00:00
Manuel Canales Esparcia
e4a5635494
Replaced "<" by "less than".
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 20:16:56 +00:00
Manuel Canales Esparcia
0a63be9385
Removed unused files.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 19:21:01 +00:00
Manuel Canales Esparcia
1fc30caad1
Tag fix.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 17:14:36 +00:00
Archaic
004616a9e7
To avoid comments that require action from being forgotten, I prefixed all of them that I could find with 'FIXME:'. I did not attempt to fix them. I just marked them for future reference.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-13 00:07:12 +00:00
Jeremy Huntwork
0b37960b44
Updated stripping notes to reflect current findings.
...
Resolves ticket #1657 .
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-03 21:38:35 +00:00
Archaic
2f3d5955c5
Updated to tcl8.4.13.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-02 17:16:36 +00:00
Manuel Canales Esparcia
07e8db25bd
Fixed command to change /tools ownewrship. Resolves ticket #1780 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-23 09:00:37 +00:00
Jeremy Huntwork
72d7e2822e
Moved all dependency information to a new page, Appendix C.
...
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
2006-04-18 17:57:37 +00:00
Archaic
d2c332bc21
Merged the udev_update branch to trunk.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-13 18:45:33 +00:00
Jeremy Huntwork
3685bb6f51
Merged alphabetical branch to trunk.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-06 17:31:00 +00:00
Gerard Beekmans
8a5d617f97
Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson for the patch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-03-03 23:10:02 +00:00