uClibc: 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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f05104dc62
commit
69c50c5945
@ -62,7 +62,7 @@ UCLIBC_LOCALES = $(foreach locale,$(GENERATE_LOCALE),\
|
||||
endif
|
||||
|
||||
$(DL_DIR)/$(UCLIBC_SOURCE):
|
||||
$(call MESSAGE,"Downloading uClibc")
|
||||
$(Q)$(call MESSAGE,"Downloading uClibc")
|
||||
$(call DOWNLOAD,$(UCLIBC_SITE)/$(UCLIBC_SOURCE))
|
||||
|
||||
uclibc-unpacked: $(UCLIBC_DIR)/.unpacked
|
||||
|
Loading…
Reference in New Issue
Block a user