Changeset 12a5707 for LFS


Ignore:
Timestamp:
03/10/2006 01:44:55 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
4845f38
Parents:
6db1464
Message:

Adjusting scripts to new structure. Added jhalfs trunk changes. Will now create a lfs makefile.

Location:
LFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/config

    r6db1464 r12a5707  
    66#
    77#####
    8 declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
     8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
    99
    1010#--- Location of fstab file (if empty, a template is created)
    11 FSTAB=$BUILDDIR/sources/fstab
     11FSTAB=
    1212
    1313#--- Location of kernel config file (if the kernel is to be compiled)
    14 CONFIG=$PWD/config_files/linux-2.6.15.1-LFS.config
     14CONFIG=
    1515
    1616#--- Book's sources directory
     
    2525
    2626#--- Default stylesheet
    27 XSL=dump-lfs-scripts.xsl
     27XSL=lfs.xsl
    2828
    2929#--- Book version
  • LFS/master.sh

    r6db1464 r12a5707  
    1212chapter4_Makefiles() {
    1313#----------------------------#
     14  echo -e "\n${tab_}${GREEN}Processing... ${L_arrow}Chapter4${R_arrow}"
    1415
    1516# If /home/lfs is already present in the host, we asume that the
     
    6263chapter5_Makefiles() {
    6364#----------------------------#
     65  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter5${R_arrow}"
     66
    6467  for file in chapter05/* ; do
    6568    # Keep the script file name
     
    6770
    6871    # If no testsuites will be run, then TCL, Expect and DejaGNU aren't needed
    69     if [ "$TOOLCHAINTEST" = "0" ]; then
     72    if [ "$TEST" = "0" ]; then
    7073      if [[ `_IS_ ${this_script} tcl` ]] || [[ `_IS_ ${this_script} expect` ]] || [[ `_IS_ ${this_script} dejagnu` ]] ; then
    7174        continue
     
    7679    if [ "$STRIP" = "0" ] && [[ `_IS_ ${this_script} stripping` ]] ; then
    7780      continue
    78     fi
    79 
    80 # NOTE Replace with xsl work...
    81     if [[ `_IS_ $this_script adjusting` ]]; then
    82       sed '/cd $PKGDIR/d' -i chapter05/$this_script
    8381    fi
    8482
     
    138136chapter6_Makefiles() {
    139137#----------------------------#
     138  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6${R_arrow}"
    140139  for file in chapter06/* ; do
    141140    # Keep the script file name
     
    151150    if [ "$STRIP" = "0" ] && [[ `_IS_ ${this_script} stripping` ]] ; then
    152151      continue
    153     fi
    154 
    155 # NOTE Replace with xsl work...
    156     if [[ `_IS_ $this_script adjusting` ]]; then
    157       sed '/cd $PKGDIR/d' -i chapter06/$this_script
    158152    fi
    159153
     
    211205chapter789_Makefiles() {
    212206#----------------------------#
     207  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6/7/8${R_arrow}"
    213208  for file in chapter0{7,8,9}/* ; do
    214209    # Keep the script file name
Note: See TracChangeset for help on using the changeset viewer.