[coreboot] New patch to review for coreboot: c4f5966 crossgcc: Change the term color back (trivial)
Zheng Bao (zheng.bao@amd.com)
gerrit at coreboot.org
Thu Sep 20 08:11:30 CEST 2012
Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1528
-gerrit
commit c4f59669c04fe89f910c2ea79c9377a6e9c4e134
Author: Zheng Bao <fishbaozi at gmail.com>
Date: Thu Sep 20 16:09:51 2012 +0800
crossgcc: Change the term color back (trivial)
Change-Id: I6a7852eef32a3440c9d29e45420cb21d2db8c404
Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
util/crossgcc/buildgcc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 415b408..b79c5f6 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -262,7 +262,7 @@ for ARCHIVE in $GMP_ARCHIVE $MPFR_ARCHIVE $MPC_ARCHIVE $LIBELF_ARCHIVE \
wget --no-check-certificate -q $ARCHIVE
)
test -f tarballs/$FILE || \
- printf "\n${RED}Failed to download $FILE.${red}\n"
+ printf "\n${RED}Failed to download $FILE.${NC}\n"
test -f tarballs/$FILE || exit 1
printf "\n"
done
@@ -293,7 +293,7 @@ for PACKAGE in GMP MPFR MPC LIBELF GCC BINUTILS $PYTHON_PACKAGE \
test -r $patch || continue
printf " o `basename $patch`\n"
$PATCH -s -N -p0 < `echo $patch` || \
- printf "\n${RED}Failed $patch.${red}\n"
+ printf "\n${RED}Failed $patch.${NC}\n"
done
)
done
More information about the coreboot
mailing list