crossgcc: Change 'tar balls' to 'tarballs'
Change-Id: I8665724c381c204af5bc8bb06117c8af9c32be8a Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
106053537c
commit
0362517d1c
|
@ -728,12 +728,12 @@ export PATH=$DESTDIR$TARGETDIR/bin:$PATH
|
||||||
|
|
||||||
# Download, unpack, patch and build all packages
|
# Download, unpack, patch and build all packages
|
||||||
|
|
||||||
printf "Downloading tar balls ... \n"
|
printf "Downloading tarballs ... \n"
|
||||||
mkdir -p tarballs
|
mkdir -p tarballs
|
||||||
for P in $PACKAGES; do
|
for P in $PACKAGES; do
|
||||||
download $P
|
download $P
|
||||||
done
|
done
|
||||||
printf "Downloaded tar balls ... ${green}ok${NC}\n"
|
printf "Downloaded tarballs ... ${green}ok${NC}\n"
|
||||||
|
|
||||||
printf "Unpacking and patching ... \n"
|
printf "Unpacking and patching ... \n"
|
||||||
for P in $PACKAGES; do
|
for P in $PACKAGES; do
|
||||||
|
|
Loading…
Reference in New Issue