aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk-inst.xml
Commit message (Collapse)AuthorAgeFilesLines
* Internal markup reworking to fix the extraneous whitespace problem in the ↵Greg Schafer2003-10-091-4/+4
| | | | | | "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* s/testsuite/test suite/Greg Schafer2003-09-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Gawk test to chapter 5Jeremy Utley2003-09-121-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renaming /stage1 to /tools.Alex Gronenwoud2003-09-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* small things around coreutils and bugs #518 and #520Alex Gronenwoud2003-08-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed all non-essential CFLAGS and LDFLAGSGerard Beekmans2003-05-101-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Integrated Pure LFS - Phase 1Gerard Beekmans2003-05-021-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reworded for consistencyGerard Beekmans2003-01-111-4/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* packages whose configure script support the LDFLAGS env. var now use it ↵Gerard Beekmans2003-01-031-2/+2
| | | | | | rather than passing down that var to make git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* o Updated to binutils-2.13.2, procps-3.1.5.Timothy Bauscher2002-12-301-1/+1
| | | | | | | | o Made all LDFLAGS=-static LDFLAGS="-static". o Added symlink from libfl.a to libl.a. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed future patching noteGerard Beekmans2002-08-261-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reiserfsprogs. Updated file and util-linux. Many miscellaneous changes.Timothy Bauscher2002-07-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Named the hint authors, updated the URL to the editors in the hints index, ↵Timothy Bauscher2002-06-061-1/+2
| | | | | | and mentioned the Gawk patch to avoid confusion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed uninstall warning - not applicable hereGerard Beekmans2002-05-281-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed libexecGerard Beekmans2002-05-261-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1912 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed gzip command explanationGerard Beekmans2002-05-261-5/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* first set of commits for keep-chap5-chap6-seperateGerard Beekmans2002-05-251-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping ↵Gerard Beekmans2002-05-021-2/+2
| | | | | | mostly) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed glibc-2.0 workarounds, removed export...unset constructs and ↵Gerard Beekmans2002-05-011-19/+2
| | | | | | replaced with var=varu ./configure constructs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added the warning that gawk's make uninstall will do a rm -rf /usr/bin/* if ↵Gerard Beekmans2002-04-011-0/+10
| | | | | | the libexec dir override is applied git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* no cd necessaryGerard Beekmans2002-03-171-8/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* change tabs to &nbsp; (x3)Gerard Beekmans2002-03-161-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --libexecdirGerard Beekmans2002-03-161-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sed's for gawk install to change datadir and libexecdir definitionsGerard Beekmans2002-03-161-2/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed loadkeys configure in chapter 7Gerard Beekmans2002-03-111-1/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added gawk filesGerard Beekmans2002-03-091-0/+11
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689