Changeset 3d75bc2 for HLFS/master.sh


Ignore:
Timestamp:
06/18/2007 09:00:29 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a4af9217
Parents:
31eb678
Message:

HLFS: XSL clean-up,
fixed Glibc commads when the testsuite is not run,
and export CONFIG_SITE from inside adjusting script
instead of exporting target and ldso from inside
settingenvironment target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r31eb678 r3d75bc2  
    9494  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter3     ( SETUP ) ${R_arrow}"
    9595
    96   # Define a few model dependant variables
    97   if [[ ${MODEL} = "uclibc" ]]; then
    98     TARGET="pc-linux-gnu"; LOADER="ld-uClibc.so.0"
    99   else
    100     TARGET="pc-linux-gnu"; LOADER="ld-linux.so.2"
    101   fi
    102 
    10396  # If $LUSER_HOME is already present in the host, we asume that the
    10497  # hlfs user and group are also presents in the host, and a backup
     
    141134        echo "export HLFS LC_ALL PATH" >> \$(LUSER_HOME)/.bashrc && \\
    142135        echo "" >> \$(LUSER_HOME)/.bashrc && \\
    143         echo "target=$(uname -m)-${TARGET}" >> \$(LUSER_HOME)/.bashrc && \\
    144         echo "ldso=/tools/lib/${LOADER}" >> \$(LUSER_HOME)/.bashrc && \\
    145         echo "export target ldso" >> \$(LUSER_HOME)/.bashrc && \\
    146136        echo "source $JHALFSDIR/envars" >> \$(LUSER_HOME)/.bashrc && \\
    147137        chown \$(LUSER):\$(LGROUP) \$(LUSER_HOME)/.bashrc && \\
Note: See TracChangeset for help on using the changeset viewer.