From ced4c9ee7f450013b875d943c514bf8256b1efd4 Mon Sep 17 00:00:00 2001 From: Pat Pannuto Date: Fri, 25 Oct 2024 13:03:41 -0700 Subject: [PATCH] show execution of commands that can fail --- libc++/Makefile | 20 +++++++++---------- newlib/Makefile | 18 ++++++++--------- .../docker-create.sh | 2 ++ 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/libc++/Makefile b/libc++/Makefile index ba129420e..e0482dd5c 100644 --- a/libc++/Makefile +++ b/libc++/Makefile @@ -28,20 +28,20 @@ NEWLIB_INCLUDE_PATH ?= ../newlib-$(NEWLIB_VERSION)/newlib/libc/include gcc-$(GCC_VERSION).tar.xz: @echo "Downloading gcc source $(@F)" - @wget -q -O $@ 'https://mirrors.sarata.com/gnu/gcc/gcc-$(GCC_VERSION)/gcc-$(GCC_VERSION).tar.xz' + wget -q -O $@ 'https://mirrors.sarata.com/gnu/gcc/gcc-$(GCC_VERSION)/gcc-$(GCC_VERSION).tar.xz' gcc-$(GCC_VERSION): gcc-$(GCC_VERSION).tar.xz | newlib-$(NEWLIB_VERSION) @echo "Extracting $(