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