output des makecheck aufrufes wird jetzt per tee geschrieben...

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

View File

@ -97,7 +97,7 @@ mk32() {
make -j $NUMCPU
sed -i '/cross-compiling/s@ifeq@ifneq@g' ../eglibc-*/localedata/Makefile
cp -v ../eglibc-*/iconvdata/gconv-modules iconvdata
MakeCheck -k check >/tmp/genpkg/glibc-check-log.32 2>&1
MakeCheck -k check |tee /tmp/genpkg/eglibc-check-log.32 2>&1
touch /etc/ld.so.conf
make -j $NUMCPU install_root=$TMPROOT install
cd ../eglibc*
@ -131,7 +131,7 @@ mk() {
--libdir=/usr/${LIBDIR}
make -j $NUMCPU
cp -v ../eglibc-*/iconvdata/gconv-modules iconvdata
MakeCheck -k check >>/tmp/genpkg/eglibc-check-log 2>&1
MakeCheck -k check |tee /tmp/genpkg/eglibc-check-log 2>&1
make -j $NUMCPU install_root=$TMPROOT install
make -j $NUMCPU install_root=$TMPROOT localedata/install-locales
}