Changeset d43a271


Ignore:
Timestamp:
03/27/2006 02:02:29 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
a6b81cd
Parents:
39d4d5c
Message:

CLFS/master.sh, missed the testsuite tools..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r39d4d5c rd43a271  
    887887
    888888  host_prep_Makefiles
    889   cross_tools_Makefiles
    890   temptools_Makefiles
     889  cross_tools_Makefiles            # $cross_tools
     890  temptools_Makefiles              # $temptools
    891891  if [[ $METHOD = "chroot" ]]; then
    892     chroot_Makefiles
     892    chroot_Makefiles               # $chroottools
    893893    if [[ ! $TEST = "0" ]]; then
    894       testsuite_tools_Makefiles
     894      testsuite_tools_Makefiles    # $testsuitetools
    895895    fi
    896     final_system_Makefiles
    897     bootscripts_Makefiles
    898     bootable_Makefiles
     896    final_system_Makefiles         # $basicsystem
     897    bootscripts_Makefiles          # $bootscripttools
     898    bootable_Makefiles             # $bootabletools
    899899  else
    900     boot_Makefiles      # This phase must die at the end of its run..
     900    boot_Makefiles                 # $boottools
    901901    if [[ ! $TEST = "0" ]]; then
    902       bm_testsuite_tools_Makefiles
     902      bm_testsuite_tools_Makefiles # $testsuitetools
    903903    fi
    904     bm_final_system_Makefiles
    905     bm_bootscripts_Makefiles
    906     bm_bootable_Makefiles
     904    bm_final_system_Makefiles      # $basicsystem
     905    bm_bootscripts_Makefiles       # $bootscipttools
     906    bm_bootable_Makefiles          # $bootabletoosl
    907907  fi
    908908#  the_end_Makefiles
     
    951951chapter4:  chapter3 $temptools
    952952
    953 chapter5:  chapter4 $chroottools $boottools
     953chapter5:  chapter4 $chroottools $testsuitetools
    954954
    955955chapter6:  chapter5 $basicsystem
     
    10261026        @\$(call echo_boot_finished,$VERSION)
    10271027
    1028 makesys:  $basicsystem  $bootscripttools $bootabletools
     1028makesys:  $testsuitetools $basicsystem $bootscripttools $bootabletools
    10291029        @\$(call echo_finished,$VERSION)
    10301030
Note: See TracChangeset for help on using the changeset viewer.