From 919d53766acb1fa6acfb9e38074666167de772e9 Mon Sep 17 00:00:00 2001 From: px4dev Date: Fri, 11 Jan 2013 02:31:30 -0800 Subject: [PATCH] Less noisy build again. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b762521e20..f91e75d0b6 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ FIRMWARE_PROTOTYPE = $(IMAGE_DIR)/$(TARGET).prototype # # Debugging # -#MQUIET = --no-print-directory -MQUIET = --print-directory +MQUIET = --no-print-directory +#MQUIET = --print-directory all: $(FIRMWARE_BUNDLE)