Changeset 3125dfb


Ignore:
Timestamp:
05/06/2004 04:50:03 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
15c309d
Parents:
32220fb
Message:

Added Readline

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r32220fb r3125dfb  
    6464<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
    6565<listitem><para>net-tools-1.60-kernel-headers-1.patch</para></listitem>
     66<listitem><para>readline-4.3</para></listitem>
     67<listitem><para>readline-4.3-gnu-fixes-1.patch</para></listitem>
    6668<listitem><para>sysklogd-1.4.1-kernel-headers-1.patch</para></listitem>
    6769<listitem><para>udev-025</para></listitem>
     
    9395</listitem>
    9496
     97<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
     98and use it when building Bash.</para></listitem>
     99
    95100<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Create and use the
    96101<quote>utmp</quote> group.</para></listitem>
  • chapter03/packages.xml

    r32220fb r3125dfb  
    137137<ulink url="&freshmeat;psmisc/"/>
    138138
     139Readline (&readline-version;) - 940 KB:
     140<ulink url="&freshmeat;gnureadline/"/>
     141
    139142Sed (&sed-version;) - 751 KB:
    140143<ulink url="&freshmeat;sed/"/>
  • chapter03/patches.xml

    r32220fb r3125dfb  
    1414
    1515<literallayout>
    16 Bash Patch - 7 KB:
     16Bash GNU Fixes Patch - 7 KB:
    1717<ulink url="&patches-root;bash-&bash-version;-gnu-fixes-2.patch"/>
    1818
     
    5656<ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/>
    5757
     58Readline GNU Fixes Patch - 5 KB:
     59<ulink url="&patches-root;readline-&readline-version;-gnu-fixes-1.patch"/>
     60
    5861Sysklogd Kernel Headers Patch - 3 KB:
    5962<ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel-headers-1.patch"/>
  • chapter06/bash.xml

    r32220fb r3125dfb  
    3131
    3232<screen><userinput>./configure --prefix=/usr --bindir=/bin \
    33     --without-bash-malloc</userinput></screen>
     33    --without-bash-malloc --with-installed-readline</userinput></screen>
    3434
    3535<para>Compile the package:</para>
  • chapter06/chapter06.xml

    r32220fb r3125dfb  
    3030<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/>
    3131<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
     32<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
    3233<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/>
    3334<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
  • general.ent

    r32220fb r3125dfb  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CVS-20040504">
    3 <!ENTITY releasedate "May 4, 2004">
     2<!ENTITY version "CVS-20040506">
     3<!ENTITY releasedate "May 6, 2004">
    44<!ENTITY milestone "6.1">
    55
     
    5959<!ENTITY procps-version "3.2.1">
    6060<!ENTITY psmisc-version "21.4">
     61<!ENTITY readline-version "4.3">
    6162<!ENTITY sed-version "4.0.9">
    6263<!ENTITY shadow-version "4.0.4.1">
Note: See TracChangeset for help on using the changeset viewer.