Changeset 3cbc61e8 for BOOK


Ignore:
Timestamp:
Jan 9, 2009, 12:02:37 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:
2fb18533
Parents:
3309623
Message:

Fixed Validation Error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-static.xml

    r3309623 r3cbc61e8  
    4646<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do
    4747cp -v ${file}{,.orig}
    48 sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \
     48sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&amp;@g' \
    4949-e 's@/usr@/tools@g' ${file}.orig > $file
    5050done"</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.