From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D5651381FB for ; Fri, 28 Dec 2012 18:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C86621C0AB; Fri, 28 Dec 2012 18:08:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A390A21C0AB for ; Fri, 28 Dec 2012 18:08:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B625033C4EE for ; Fri, 28 Dec 2012 18:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 511E9E543D for ; Fri, 28 Dec 2012 18:08:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1356718116.29f3c9cdcbc8a38bd8f6dbf21b6f9ce1c54e10a9.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/ X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/run.sh X-VCS-Directories: tools-uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 29f3c9cdcbc8a38bd8f6dbf21b6f9ce1c54e10a9 X-VCS-Branch: master Date: Fri, 28 Dec 2012 18:08:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a24ecc9c-13aa-4699-b929-a964dbae0503 X-Archives-Hash: 7c4334690cab305504f01d280a57043d commit: 29f3c9cdcbc8a38bd8f6dbf21b6f9ce1c54e10a9 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 28 18:08:36 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 28 18:08:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=29f3c9cd tools-uclibc/run.sh: pretty up the output --- tools-uclibc/run.sh | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/tools-uclibc/run.sh b/tools-uclibc/run.sh index d9c410b..ffcc8dc 100755 --- a/tools-uclibc/run.sh +++ b/tools-uclibc/run.sh @@ -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 \