Ignore:
Timestamp:
Jun 7, 2009, 11:09:44 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bfc344f
Parents:
2026a2e
Message:

Changed internal variable to one that's not used in eglibc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/eglibc.xml

    r2026a2e rc0bc7c4  
    4343<screen os="p2"><userinput>patch -Np1 -i ../&eglibc-fixes-patch;</userinput></screen>
    4444
    45     <para os="l1">The following sed makes sure that newly built EGLIBC is tested,
     45    <para os="l3">The following sed makes sure that newly built EGLIBC is tested,
    4646    during make install, instead of the one we previously build:</para>
    4747
    48 <screen os="l2"><userinput>LINKER=$(readelf -l $(file /tools/lib/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
     48<screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
    4949sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=${LINKER} -o|" \
    5050  scripts/test-installation.pl
Note: See TracChangeset for help on using the changeset viewer.