record stderr of several builds in log files

This commit is contained in:
George Danchev 2011-07-02 14:49:35 +00:00
parent 64b1ab5b3d
commit 45da5c9934
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ build()
printf "\n *** building with: %s\n" CPPFLAGS=-D${F}
sleep 1
# libcdio is not autodetected by default; should be available everywhere
CPPFLAGS=-D${F} ./configure --enable-libcdio; make
CPPFLAGS=-D${F} ./configure --enable-libcdio; make 2> releng/libburn.${F}.log
make clean
done
}