Changeset 42

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

r44@server (orig r42): fthain | 2004-06-18 23:16:20 -0700
Rearranged paths.


Files:

Legend:

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

    r35 r42  
    1919# Set LFS to suit your tree. 
    2020# (ie the mountpoint where your final partition resides) 
    21 export LFS=/home/fthain/lfs 
     21export LFS=/home/fthain/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 
     26export HST_TOOLS=/home/fthain/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/lfs/tools 
     30export TGT_TOOLS=/home/fthain/cross-lfs-build/target-tools 
    3131 
    3232# Set SRC for your sourcedir, TARBALLS for where you store 
    3333#  your tarballs 
    3434 
    35 export SRC=${HST_TOOLS}/src 
    36 export TARBALLS=${HST_TOOLS}/tarballs 
    37 export PATCHES=${HST_TOOLS}/patches 
    38 export SCRIPTS=${HST_TOOLS}/scripts 
     35export SRC=${HST_TOOLS}/usr/src 
     36export TARBALLS=/home/fthain/tarballs 
     37export PATCHES=/home/fthain/cross-lfs/patches 
     38export SCRIPTS=/home/fthain/cross-lfs/scripts 
    3939 
    4040# Logging