changeset 436:2ffa9dab13e5

Slightly improved display.
author Rob Landley <rob@landley.net>
date Fri, 31 Oct 2008 03:47:49 -0500
parents d8e531563e35
children 2daf5639a022
files include.sh sources/functions.sh
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Fri Oct 31 00:45:57 2008 -0500
+++ b/include.sh	Fri Oct 31 03:47:49 2008 -0500
@@ -101,6 +101,7 @@
   export NATIVE="${BUILD}/mini-native-$ARCH"
   export PATH="${CROSS}/bin:$PATH"
 else
+  ARCH_NAME=host
   export WORK="${BUILD}/host-temp"
   mkdir -p "${WORK}"
 fi
--- a/sources/functions.sh	Fri Oct 31 00:45:57 2008 -0500
+++ b/sources/functions.sh	Fri Oct 31 03:47:49 2008 -0500
@@ -295,5 +295,5 @@
   export WRAPPY_LOGPATH="$WRAPPY_LOGDIR/cmdlines.${STAGE_NAME}.$1"
 
   # Change window title bar to package now
-  echo -en "\033]2;Building $STAGE_NAME $1\007"
+  echo -en "\033]2;Building $ARCH_NAME $STAGE_NAME $PACKAGE\007"
 }