From 7543f7dff4c765497ec5388d62cba7f5b4d678e2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 26 Oct 2008 09:14:02 +0000 Subject: toolhain/: confgure: respect quiet option --- toolchain/gdb/gdb.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index aa46380f2..38ed145c2 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -104,6 +104,7 @@ $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked --disable-sim --enable-gdbserver \ --without-included-gettext \ --disable-werror \ + $(QUIET) \ ) ifeq ($(BR2_ENABLE_LOCALE),y) -$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile -- cgit v1.2.3