Changeset c7ec163 for scripts


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)


Location:
scripts
Files:
4 added
8 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/native-scripts/native-shadow.sh

    r80dc21b rc7ec163  
    3232   libmisc/xmalloc.c-ORIG > libmisc/xmalloc.c
    3333
    34 # fix lastlog for shadow-4.0.7
    3534case ${SHADOW_VER} in
    3635   4.0.7 )
     36      # fix lastlog for shadow-4.0.7
    3737      apply_patch shadow-4.0.7-fix_lastlog-1
     38   ;;
     39   4.0.14 )
     40      apply_patch shadow-4.0.14-configure_fix-1
    3841   ;;
    3942esac
  • 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
  • scripts/scripts/plfs-configs/plfs-config-x86_64-native

    r80dc21b rc7ec163  
    3434export SRC=/home/lfs/src/x86_64
    3535export TARBALLS=/mnt/tarballs
    36 export PATCHES=/home/lfs/cross-lfs/patches
    37 export SCRIPTS=/home/lfs/cross-lfs/scripts
    38 export CONFIGS=/home/lfs/cross-lfs/configs
     36export PATCHES=/home/lfs/cross-lfs-scripts/patches
     37export SCRIPTS=/home/lfs/cross-lfs-scripts/scripts
     38export CONFIGS=/home/lfs/cross-lfs-scripts/configs
    3939
    4040# Logging
  • scripts/scripts/plfs-configs/plfs-packages-20060112

    r80dc21b rc7ec163  
    3434export FLEX_VER=2.5.31
    3535export GAWK_VER=3.1.5
    36 export GCC_VER=4.0.2
     36export GCC_VER=4.1.0-svn-20060112
    3737export GETTEXT_VER=0.14.5
    38 export GLIBC_VER=2.3.5
     38export GLIBC_VER=2.3.90-20060112
    3939export GREP_VER=2.5.1a
    4040export GROFF_VER=1.19.2                 # chapter 6
     
    7272export READLINE_VER=5.0
    7373export SED_VER=4.1.4
    74 export SHADOW_VER=4.0.13                # chapter 6
     74export SHADOW_VER=4.0.14                # chapter 6
    7575#export STRACE_VER=4.5.11
    7676export SYSKLOGD_VER=1.4.1               # chapter 6
     
    7878export TAR_VER=1.15.1
    7979export TCPWRAP_VER=7.6
    80 export TCL_VER=8.4.11
     80export TCL_VER=8.4.12
    8181export TEXINFO_VER=4.8
    8282export UDEV_VER=080
  • scripts/scripts/plfs-packages

    r80dc21b rc7ec163  
    1 plfs-configs/plfs-packages-20050515
     1plfs-configs/plfs-packages-20060112
  • scripts/scripts/target-scripts/target-coreutils.sh

    r80dc21b rc7ec163  
    6868
    6969min_log_init ${BUILDLOGS} &&
    70 make ${PMFLAGS} LDFLAGS="-s" \
     70make LDFLAGS="-s" \
    7171   >> ${LOGFILE} 2>&1 &&
    7272echo " o Build OK" &&
  • scripts/scripts/target-scripts/target-flex.sh

    r80dc21b rc7ec163  
    5353min_log_init ${BUILDLOGS} &&
    5454#make ${PMFLAGS} LDFLAGS="-s" \
    55 make ${PMFLAGS} LDFLAGS="-s" \
     55make LDFLAGS="-s" \
    5656   >> ${LOGFILE} 2>&1 &&
    5757echo " o Build OK" &&
  • scripts/scripts/target-scripts/target-kernel.sh

    r80dc21b rc7ec163  
    6363
    6464      # fix issues with kernel concerning 2.16 binutils
    65       # checked against 2.6.11, need to check against 2.6.12
    66       case ${target_gas_ver} in
    67          2.16* ) apply_patch linux-2.6-seg-5 ;;
     65      # checked against 2.6.11, need to check against 2.6.12 and earlier
     66      # Patch does not apply to 2.6.15
     67      case ${KERNEL_VER} in
     68         2.6.1[01]* )
     69            case ${target_gas_ver} in
     70               2.16* ) apply_patch linux-2.6-seg-5 ;;
     71            esac
     72         ;;
    6873      esac
    6974
Note: See TracChangeset for help on using the changeset viewer.