Skip to content

Commit 7c9b1b1

Browse files
committed
update script
1 parent 0e2af00 commit 7c9b1b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/compile/all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ compile_arch() {
77
echo -e '\033]2;'"compiling toolchain for $JSC_ARCH $FLAVOR"'\007'
88
printf "\n\n\n\t\t=================== compiling toolchain for $JSC_ARCH $FLAVOR ===================\n\n\n"
99
$SCRIPT_DIR/toolchain.sh
10+
1011
echo -e '\033]2;'"compiling icu for $JSC_ARCH $FLAVOR"'\007'
1112
printf "\n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
1213
$SCRIPT_DIR/icu.sh
14+
1315
echo -e '\033]2;'"compiling jsc for $JSC_ARCH $FLAVOR"'\007'
1416
printf "\n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================\n\n\n"
1517
$SCRIPT_DIR/jsc.sh
18+
1619
echo "-= Finished compiling for $JSC_ARCH $FLAVOR =-"
1720
}
1821

scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ prep() {
4949
}
5050

5151
compile() {
52-
printf "\n\n\t\t===================== compile jsc =====================\n\n"
52+
printf "\n\n\t\t===================== starting to compile all archs for i18n="${I18N}" =====================\n\n"
5353
rm -rf $ROOTDIR/build/compiled
5454
$ROOTDIR/scripts/compile/all.sh
5555
}

0 commit comments

Comments
 (0)