Changeset 44

Show
Ignore:
Timestamp:
02/21/06 06:18:45 (3 years ago)
Author:
jim
Message:

r46@server (orig r44): fthain | 2004-06-19 00:15:13 -0700
Changed home dir paths to $HOME, cleanups.


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cross-lfs/cross-lfs/trunk/scripts/plfs-config-m68k-lfs-5.1.1

    r42 r44  
    1919# Set LFS to suit your tree. 
    2020# (ie the mountpoint where your final partition resides) 
    21 export LFS=/home/fthain/cross-lfs-build/root 
     21export LFS=${HOME}/cross-lfs-build/root 
    2222 
    2323# Set to where you will install the tools 
    2424# that are to run on the host. 
    2525# This will include the cross compiler 
    26 export HST_TOOLS=/home/fthain/cross-lfs-build/host-tools 
     26export HST_TOOLS=${HOME}/cross-lfs-build/host-tools 
    2727 
    2828# Set this to the location where the target tools 
    2929# are to be installed 
    30 export TGT_TOOLS=/home/fthain/cross-lfs-build/target-tools 
     30export TGT_TOOLS=${HOME}/cross-lfs-build/target-tools 
    3131 
    3232# Set SRC for your sourcedir, TARBALLS for where you store 
     
    3434 
    3535export SRC=${HST_TOOLS}/usr/src 
    36 export TARBALLS=/home/fthain/tarballs 
    37 export PATCHES=/home/fthain/cross-lfs/patches 
    38 export SCRIPTS=/home/fthain/cross-lfs/scripts 
     36export TARBALLS=${HOME}/tarballs 
     37export PATCHES=${HOME}/cross-lfs/patches 
     38export SCRIPTS=${HOME}/cross-lfs/scripts 
    3939 
    4040# Logging 
     
    124124# Before even considering using this please read the 
    125125# Native Posix Thread Library hint by 
    126 # Zack Winkles' <winkie@linuxfromscratch.org> 
     126# Zack Winkles <winkie@linuxfromscratch.org> 
    127127# http://hints.linuxfromscratch.org/hints/nptl.txt 
    128128# 
     
    131131# Are we building a bi-arch toolchain 
    132132export BIARCH=N 
    133  
    134 # Ch5 Packages 
    135 #-------------- 
    136133 
    137134# There are 2 binutils listed here. 
     
    139136# on a non linux system when BINUTILS_VER is non FSF (ie HJL) 
    140137# This is sorted out at the end of this script. 
    141  
    142138 
    143139export AUTOCONF_VER=2.59         # chapter 6