Ignore:
Timestamp:
Mar 7, 2006, 3:28:28 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:
8546c13
Parents:
80dc21b
Message:

r2473@server (orig r1230): ryan | 2006-03-06 23:56:13 -0800

r1232@rei: lfs | 2006-03-07 18:03:13 +1100
Gah, push in long forgotten changes (must sync more often)


File:
1 edited

Legend:

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

    r80dc21b rc7ec163  
    5757make install \
    5858   >> ${LOGFILE} 2>&1 &&
    59 echo " o ALL OK" || barf
     59echo " o Install OK" || barf
     60
     61# Following for ~tcl 8.4.12
     62case ${TCL_VER} in
     63   8.4.1[2-9]* )
     64      make install-private-headers \
     65         >>  ${LOGFILE} 2>&1 &&
     66      echo " o install-private-headers OK" || barf
     67   ;;
     68esac
    6069
    6170# Create symlink for tclsh
Note: See TracChangeset for help on using the changeset viewer.