From: Thomas Petazzoni Date: Sat, 23 Mar 2013 22:26:31 +0000 (+0000) Subject: gcc: add missing $(Q) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46f37dabc52be03dba56b98d8e0b4ae1d1bc53b0;p=buildroot.git gcc: add missing $(Q) Add a missing $(Q) in front of a MESSAGE call, which leads to the message being displayed but also the command that shows the message. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index db9715afac..1b7f222239 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -211,7 +211,7 @@ endif $(DL_DIR)/$(GCC_SOURCE): mkdir -p $(DL_DIR) - $(call MESSAGE,"Downloading gcc") + $(Q)$(call MESSAGE,"Downloading gcc") $(call DOWNLOAD,$(GCC_SITE)/$(GCC_SOURCE)) gcc-unpacked: $(GCC_DIR)/.patched