diff simple-cross-compiler.sh @ 1358:9252453c40d0

Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
author Rob Landley <rob@landley.net>
date Sun, 22 May 2011 04:18:30 -0500
parents 74541aac72f9
children b74d36876c0a
line wrap: on
line diff
--- a/simple-cross-compiler.sh	Sun May 22 04:13:54 2011 -0500
+++ b/simple-cross-compiler.sh	Sun May 22 04:18:30 2011 -0500
@@ -22,10 +22,6 @@
 
 check_for_base_arch || exit 0
 
-# Ok, we have work to do.  Announce start of stage.
-
-echo "=== Building $STAGE_NAME"
-
 export TOOLCHAIN_PREFIX="${ARCH}-"
 
 # Build binutils, gcc, and ccwrap