diff host-tools.sh @ 783:db06a8c1bfed

Lots of changes to move buildall.sh functionality into build.sh. Upgrade build.sh to be able to create static cross compilers and static native compilers via canadian cross. Teach build stages to use $STAGE_NAME for their output directory (and tarballs, and === notifications). Remove LFS style /tools support (since host-tools.sh performs an equivalent cleaning step and it's a pain to maintain it), add ROOT_NODIRS instead.
author Rob Landley <rob@landley.net>
date Sun, 05 Jul 2009 17:50:44 -0500
parents 759adf5a0fe9
children b364ed2adf49
line wrap: on
line diff
--- a/host-tools.sh	Sun Jul 05 17:30:01 2009 -0500
+++ b/host-tools.sh	Sun Jul 05 17:50:44 2009 -0500
@@ -5,7 +5,7 @@
 source sources/include.sh || exit 1
 
 echo -e "$HOST_COLOR"
-echo "=== Building host tools"
+echo "=== Building $STAGE_NAME"
 
 export LC_ALL=C