Changeset 63183e0


Ignore:
Timestamp:
Mar 10, 2006, 3:04:27 AM (18 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:
135c6f8
Parents:
b023e30
Message:

r2518@server (orig r1257): ryan | 2006-03-10 02:10:54 -0800

r1307@rei: lfs | 2006-03-10 21:03:47 +1100
Use multilib_wrapper for temp perl build(s).
TODO: Check to see if this is working sane


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/native-scripts/temp-perl.sh

    rb023e30 r63183e0  
    7878min_log_init ${INSTLOGS} &&
    7979{
     80   rm -f ${TGT_TOOLS}/bin/perl
    8081   cp perl ${TGT_TOOLS}/bin/perl &&
    8182   cp pod/pod2man ${TGT_TOOLS}/bin &&
     
    8586echo " o ALL OK" || barf
    8687
     88if [ "${MULTIARCH}" = "Y" ]; then
     89   use_wrapper ${TGT_TOOLS}/bin/perl
     90fi
Note: See TracChangeset for help on using the changeset viewer.