Changeset e2ec07a for CLFS


Ignore:
Timestamp:
07/02/2006 09:24:47 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
bb19ced
Parents:
bab90a1
Message:

Renamed CLFS envars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rbab90a1 re2ec07a  
    1111host_prep_Makefiles() {      # Initialization of the system
    1212#----------------------------#
    13   local   LFS_HOST
     13  local   CLFS_HOST
    1414
    1515  echo "${tab_}${GREEN}Processing... ${L_arrow}host prep files${R_arrow}"
    1616
    1717  # defined here, only for ease of reading
    18   LFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"
     18  CLFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"
    1919(
    2020cat << EOF
     
    6666        @echo "set +h" > /home/lfs/.bashrc && \\
    6767        echo "umask 022" >> /home/lfs/.bashrc && \\
    68         echo "LFS=\$(MOUNT_PT)" >> /home/lfs/.bashrc && \\
     68        echo "CLFS=\$(MOUNT_PT)" >> /home/lfs/.bashrc && \\
    6969        echo "LC_ALL=POSIX" >> /home/lfs/.bashrc && \\
    7070        echo "PATH=/cross-tools/bin:/bin:/usr/bin" >> /home/lfs/.bashrc && \\
    71         echo "export LFS LC_ALL PATH" >> /home/lfs/.bashrc && \\
     71        echo "export CLFS LC_ALL PATH" >> /home/lfs/.bashrc && \\
    7272        echo "" >> /home/lfs/.bashrc && \\
    7373        echo "unset CFLAGS" >> /home/lfs/.bashrc && \\
    7474        echo "unset CXXFLAGS" >> /home/lfs/.bashrc && \\
    7575        echo "" >> /home/lfs/.bashrc && \\
    76         echo "export LFS_HOST=\"${LFS_HOST}\"" >> /home/lfs/.bashrc && \\
    77         echo "export LFS_TARGET=\"${TARGET}\"" >> /home/lfs/.bashrc && \\
    78         echo "export LFS_TARGET32=\"${TARGET32}\"" >> /home/lfs/.bashrc && \\
     76        echo "export CLFS_HOST=\"${CLFS_HOST}\"" >> /home/lfs/.bashrc && \\
     77        echo "export CLFS_TARGET=\"${TARGET}\"" >> /home/lfs/.bashrc && \\
     78        echo "export CLFS_TARGET32=\"${TARGET32}\"" >> /home/lfs/.bashrc && \\
    7979        echo "source $JHALFSDIR/envars" >> /home/lfs/.bashrc
    8080        @chown lfs:lfs /home/lfs/.bashrc && \\
     
    168168      *) ;;
    169169    esac
    170    
     170
    171171    #
    172172    # First append each name of the script files to a list (this will become
     
    10281028                                                                -e 's|exit||g' \
    10291029                                                                -e 's|$| -c|' \
    1030                                                                 -e 's|"$$LFS"|$(MOUNT_PT)|'\
     1030                                                                -e 's|"$$CLFS"|$(MOUNT_PT)|'\
    10311031                                                                -e 's|set -e||'`
    10321032    echo -e "CHROOT1= $chroot\n" >> $MKFILE
Note: See TracChangeset for help on using the changeset viewer.