Changeset 42
- Timestamp:
- 02/21/06 06:18:33 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cross-lfs/cross-lfs/trunk/scripts/plfs-config-m68k-lfs-5.1.1
r35 r42 19 19 # Set LFS to suit your tree. 20 20 # (ie the mountpoint where your final partition resides) 21 export LFS=/home/fthain/ lfs21 export LFS=/home/fthain/cross-lfs-build/root 22 22 23 23 # Set to where you will install the tools 24 24 # that are to run on the host. 25 25 # This will include the cross compiler 26 export HST_TOOLS=/home/fthain/cross-lfs 26 export HST_TOOLS=/home/fthain/cross-lfs-build/host-tools 27 27 28 28 # Set this to the location where the target tools 29 29 # are to be installed 30 export TGT_TOOLS=/home/fthain/ lfs/tools30 export TGT_TOOLS=/home/fthain/cross-lfs-build/target-tools 31 31 32 32 # Set SRC for your sourcedir, TARBALLS for where you store 33 33 # your tarballs 34 34 35 export SRC=${HST_TOOLS}/ src36 export TARBALLS= ${HST_TOOLS}/tarballs37 export PATCHES= ${HST_TOOLS}/patches38 export SCRIPTS= ${HST_TOOLS}/scripts35 export 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 39 39 40 40 # Logging
