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.
This commit is contained in:
Manuel Canales Esparcia 2007-04-05 18:08:25 +00:00
parent 7a433202de
commit 6c1b96b8b0

View file

@ -792,6 +792,7 @@ mk_SUDO: mk_CROSS
mk_SYSTOOLS: mk_SUDO
@\$(call echo_CHROOT_request)
@\$(call echo_PHASE, CHROOT JAIL )
@( sudo \$(CHROOT1) "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) PREP_CHROOT_JAIL")
@( sudo \$(CHROOT1) "cd \$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) CHROOT_JAIL")
@touch \$@
@ -811,13 +812,15 @@ mk_BLFS_TOOL: mk_CUSTOM_TOOLS
fi;
@touch \$@
SETUP: $host_prep
AS_LUSER: $cross_tools $temptools
SUDO: $orphan_scripts
CHROOT_JAIL: SHELL=/tools/bin/bash
CHROOT_JAIL: ${chroottools} $testsuitetools $basicsystem $bootscripttools $bootabletools
CUSTOM_TOOLS: $custom_list
BLFS_TOOL: $blfs_tool
SETUP: $host_prep
AS_LUSER: $cross_tools $temptools
SUDO: $orphan_scripts
PREP_CHROOT_JAIL: SHELL=/tools/bin/bash
PREP_CHROOT_JAIL: ${chroottools}
CHROOT_JAIL: SHELL=/tools/bin/bash
CHROOT_JAIL: $testsuitetools $basicsystem $bootscripttools $bootabletools
CUSTOM_TOOLS: $custom_list
BLFS_TOOL: $blfs_tool
create-sbu_du-report: mk_SYSTOOLS