Skip to content

Commit b1afe74

Browse files
committed
set window title while running for sanity
1 parent 14d67c6 commit b1afe74

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/compile/all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ SCRIPT_DIR=$(cd `dirname $0`; pwd)
44
export ANDROID_API=21
55

66
compile_arch() {
7+
echo -e '\033]2;'"compiling toolchain for $JSC_ARCH $FLAVOR"'\007'
78
printf "\n\n\n\t\t=================== compiling toolchain for $JSC_ARCH $FLAVOR ===================\n\n\n"
89
$SCRIPT_DIR/toolchain.sh
10+
echo -e '\033]2;'"compiling icu for $JSC_ARCH $FLAVOR"'\007'
911
printf "\n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
1012
$SCRIPT_DIR/icu.sh
13+
echo -e '\033]2;'"compiling jsc for $JSC_ARCH $FLAVOR"'\007'
1114
printf "\n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================n\n\n"
1215
$SCRIPT_DIR/jsc.sh
1316
}

scripts/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ TARGETDIR=$ROOTDIR/build/target
55
REVISION=$(svn info --show-item last-changed-revision "https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_package_config_webkitGTK}")
66

77
prep() {
8+
echo -e '\033]2;'prep'\007'
89
printf "\n\n\t\t===================== copy downloaded sources =====================\n\n"
910
rm -rf $TARGETDIR
1011
cp -Rf $ROOTDIR/build/download $TARGETDIR

0 commit comments

Comments
 (0)