Commit 46f37dab authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d37d99b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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