tools-uclibc/run.sh: pretty up the output

This commit is contained in:
Anthony G. Basile 2012-12-28 13:08:36 -05:00
parent 4cbed1a52d
commit 282958563d
3 changed files with 30 additions and 0 deletions

View file

@ -21,6 +21,15 @@ prepare_confs() {
done
}
banner() {
echo
echo "************************************************************************"
echo "* $1"
echo "************************************************************************"
echo
}
do_stages() {
local arch=$1
local flavor=$2
@ -40,6 +49,7 @@ do_stages() {
fi
if [[ "x${pretend}" != "xtest" ]]; then
banner "stage${s}-${arch}-uclibc-${flavor}"
catalyst -f stage${s}-${arch}-uclibc-${flavor}.conf \
| tee -a zzz.log \
> stage${s}-${arch}-uclibc-${flavor}.log \

View file

@ -21,6 +21,15 @@ prepare_confs() {
done
}
banner() {
echo
echo "************************************************************************"
echo "* $1"
echo "************************************************************************"
echo
}
do_stages() {
local arch=$1
local flavor=$2
@ -40,6 +49,7 @@ do_stages() {
fi
if [[ "x${pretend}" != "xtest" ]]; then
banner "stage${s}-${arch}-uclibc-${flavor}"
catalyst -f stage${s}-${arch}-uclibc-${flavor}.conf \
| tee -a zzz.log \
> stage${s}-${arch}-uclibc-${flavor}.log \

View file

@ -27,6 +27,15 @@ prepare_confs() {
done
}
banner() {
echo
echo "************************************************************************"
echo "* $1"
echo "************************************************************************"
echo
}
do_stages() {
local arch=$1
local flavor=$2
@ -46,6 +55,7 @@ do_stages() {
fi
if [[ "x${pretend}" != "xtest" ]]; then
banner "stage${s}-${arch}-uclibc-${flavor}"
catalyst -f stage${s}-${arch}-uclibc-${flavor}.conf \
| tee -a zzz.log \
> stage${s}-${arch}-uclibc-${flavor}.log \