]> git.ipfire.org Git - people/stevee/aiccu.git/commitdiff
no quiet gcc
authorReinier Haasjes <reinier@haasjes.com>
Fri, 17 Aug 2012 09:29:39 +0000 (11:29 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Aug 2015 18:22:40 +0000 (18:22 +0000)
It's better for us to see gcc output in the build log to ease debugging.
Quiet builds make that much harder.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
unix-console/Makefile

index 5db5337859af94f6d6a44efddcab067f030c96fb..4764a6f82cbf3079da7adeb2d86b987a5a845191 100755 (executable)
@@ -26,7 +26,7 @@ CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggre
 
 #CFLAGS        += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
 CFLAGS += $(CWARNS) -D_GNU_SOURCE
-CC      = @gcc
+CC      = gcc
 RM      = rm
 
 # Add -O3 when nothing is specified yet