Changeset 1ba5024 for CLFS/master.sh


Ignore:
Timestamp:
09/03/2006 03:56:19 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
03b3eba
Parents:
d14903f
Message:

Remove unnecessary flow tests. Added missing function, wrt_report. Added restore-luser-env to chroot build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rd14903f r1ba5024  
    330330    pkg_tarball=$(get_package_tarball_name $name)
    331331   
    332     # This is very ugly:: util-linux is in /chroot but should be run under LUSER
    333     # A custom collection of routines.
     332    # This is very ugly:: util-linux is in /chroot but must be run under LUSER
     333    # .. Customized makefile entry
    334334    case "${this_script}" in
    335335      *util-linux)
    336336         LUSER_wrt_target "${this_script}" "$PREV"
    337          [[ "$pkg_tarball" != "" ]] && LUSER_wrt_unpack "$pkg_tarball"
    338          [[ "$pkg_tarball" != "" ]] && [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
     337         LUSER_wrt_unpack "$pkg_tarball"
     338         [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    339339         LUSER_wrt_RunAsUser "${file}"
    340340         LUSER_RemoveBuildDirs "${name}"
     
    11821182cat << EOF
    11831183
    1184 all: mk_SETUP mk_CROSS mk_TEMP mk_SYSTOOLS mk_FINAL mk_BOOTSCRIPT mk_BOOTABLE do-housekeeping
     1184all: mk_SETUP mk_CROSS mk_TEMP restore_luser_env mk_SYSTOOLS mk_FINAL mk_BOOTSCRIPT mk_BOOTABLE do-housekeeping
    11851185        @\$(call echo_finished,$VERSION)
    11861186
Note: See TracChangeset for help on using the changeset viewer.