Changeset a32a66d


Ignore:
Timestamp:
Apr 16, 2011, 4:39:51 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7d97f36
Parents:
22cd957
Message:

Simplify the modification of the eglibc sanity check script.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r22cd957 ra32a66d  
    3434    xpointer="xpointer(//*[@os='l3'])"/>
    3535
    36 <screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib32/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
     36<screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
    3737sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \
    3838  scripts/test-installation.pl
  • BOOK/final-system/multilib/eglibc-64bit.xml

    r22cd957 ra32a66d  
    3434    xpointer="xpointer(//*[@os='l3'])"/>
    3535
    36 <screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib64/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
     36<screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
    3737sed -i "s|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=${LINKER} -o|" \
    3838  scripts/test-installation.pl
Note: See TracChangeset for help on using the changeset viewer.