[coreboot-gerrit] New patch to review for coreboot: crossgcc: Change 'tar balls' to 'tarballs'

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Feb 17 22:44:51 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13729

-gerrit

commit 228edb5dfd4fd521a8e4dfe631c61de7d6dc9489
Author: Martin Roth <martinroth at google.com>
Date:   Wed Feb 17 14:44:14 2016 -0700

    crossgcc: Change 'tar balls' to 'tarballs'
    
    Change-Id: I8665724c381c204af5bc8bb06117c8af9c32be8a
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/buildgcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index a02056a..dc6540d 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -728,12 +728,12 @@ export PATH=$DESTDIR$TARGETDIR/bin:$PATH
 
 # Download, unpack, patch and build all packages
 
-printf "Downloading tar balls ... \n"
+printf "Downloading tarballs ... \n"
 mkdir -p tarballs
 for P in $PACKAGES; do
 	download $P
 done
-printf "Downloaded tar balls ... ${green}ok${NC}\n"
+printf "Downloaded tarballs ... ${green}ok${NC}\n"
 
 printf "Unpacking and patching ... \n"
 for P in $PACKAGES; do



More information about the coreboot-gerrit mailing list