From 0362517d1cc1d25a422ba9ab111382c7fe538fed Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 17 Feb 2016 14:44:14 -0700 Subject: crossgcc: Change 'tar balls' to 'tarballs' Change-Id: I8665724c381c204af5bc8bb06117c8af9c32be8a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/13729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index a02056a94e..dc6540d314 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 -- cgit v1.2.3