From af3f77f043129b2c62ae0d764acd2483667ac95e Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 1 Mar 2011 16:24:24 +0000 Subject: [PATCH] CHECK Variable wird jetzt in chroot umgebung weitergegeben git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6000 504e572c-2e33-0410-9681-be2bf7408885 --- BaseBuild/toolchain/bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BaseBuild/toolchain/bash_profile b/BaseBuild/toolchain/bash_profile index 20abf64..d836527 100644 --- a/BaseBuild/toolchain/bash_profile +++ b/BaseBuild/toolchain/bash_profile @@ -96,6 +96,9 @@ mk() { echo "export CVSROOT" >>$LFS/root/.bash_profile echo "export PATH=\$PATH:/sbin:/usr/sbin" >>$LFS/root/.bash_profile echo "cd /usr/src/ViitorMake/BaseBuild" >>$LFS/root/.bash_profile + if [ "$CHECK" == "true" ]; then + echo "export CHECK=true" >>$LFS/root/.bash_profile + fi if [ -f /tmp/debugdyn ]; then echo "source ./makeall DEBUG" >>$LFS/root/.bash_profile else