Changeset a72cdddf for postlfs/shells


Ignore:
Timestamp:
09/01/2016 03:11:41 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6a9a5f2
Parents:
ad67ec1
Message:

Update to emacs-25.1-rc2 for compatibility with latest glibc.
Archive two unused files
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17708 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/shells
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/dash.xml

    rad67ec1 ra72cdddf  
    3838    a script is completely compatible with POSIX syntax.</para>
    3939
    40     &lfs79_checked;
     40    &lfs7a_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/shells/tcsh.xml

    rad67ec1 ra72cdddf  
    4040    installation tasks.</para>
    4141
    42     &lfs79_checked;
     42    &lfs7a_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7373
    7474    <para>
    75       First, fix the package for gcc5 optimizations:
     75      First, fix the package for tool chain changes:
    7676    </para>
    7777
     
    7979    -e '/ k)/  i \    k = i;' \
    8080    -e '/\*cp/ a \    volatile size_t k;' \
    81     -i tc.alloc.c</userinput></screen>
     81    -i tc.alloc.c  &amp;&amp;
     82
     83    sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux  &amp;&amp;
     84    sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g'  config/linux  &amp;&amp;
     85    sed -i 's|^    union wait|int|' sh.proc.c</userinput></screen>
    8286
    8387    <para>Install <application>Tcsh</application> by running the following
  • postlfs/shells/zsh.xml

    rad67ec1 ra72cdddf  
    3939    <application>ksh</application> but includes many enhancements.</para>
    4040
    41     &lfs79_checked;
     41    &lfs7a_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.