Changeset 6c1b96b for CLFS


Ignore:
Timestamp:
04/05/2007 06:08:25 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:
58b186c
Parents:
7a43320
Message:

Sets chrootttols targets to a separate PREP_CHROOT_JAIL.
That is needed for multilib builds to can load the /root/.bash_profile file generated in 089-flags.
Thanks to Mario Lang for report and patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r7a43320 r6c1b96b  
    793793        @\$(call echo_CHROOT_request)
    794794        @\$(call echo_PHASE, CHROOT JAIL )
     795        @( sudo \$(CHROOT1) "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) PREP_CHROOT_JAIL")
    795796        @( sudo \$(CHROOT1) "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) CHROOT_JAIL")
    796797        @touch \$@
     
    812813        @touch \$@
    813814
    814 SETUP:        $host_prep
    815 AS_LUSER:     $cross_tools $temptools
    816 SUDO:         $orphan_scripts
    817 CHROOT_JAIL:  SHELL=/tools/bin/bash
    818 CHROOT_JAIL:  ${chroottools} $testsuitetools $basicsystem  $bootscripttools  $bootabletools
    819 CUSTOM_TOOLS: $custom_list
    820 BLFS_TOOL:    $blfs_tool
     815SETUP:            $host_prep
     816AS_LUSER:         $cross_tools $temptools
     817SUDO:             $orphan_scripts
     818PREP_CHROOT_JAIL:  SHELL=/tools/bin/bash
     819PREP_CHROOT_JAIL: ${chroottools}
     820CHROOT_JAIL:       SHELL=/tools/bin/bash
     821CHROOT_JAIL:      $testsuitetools $basicsystem  $bootscripttools  $bootabletools
     822CUSTOM_TOOLS:     $custom_list
     823BLFS_TOOL:        $blfs_tool
    821824
    822825
Note: See TracChangeset for help on using the changeset viewer.