CHECK Variable wird jetzt in chroot umgebung weitergegeben

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6000 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-03-01 16:24:24 +00:00
parent 26139ca8d0
commit af3f77f043

View File

@ -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