]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - aiccu/patches/0008-no-quiet-gcc.patch
lcms2: Update to 2.8
[people/arne_f/ipfire-3.x.git] / aiccu / patches / 0008-no-quiet-gcc.patch
1 From b09989995d1a7d3804e57d63d3d9d19236a1c8c7 Mon Sep 17 00:00:00 2001
2 From: Reinier Haasjes <reinier@haasjes.com>
3 Date: Fri, 17 Aug 2012 11:29:39 +0200
4 Subject: [PATCH 08/10] no quiet gcc
5
6 It's better for us to see gcc output in the build log to ease debugging.
7 Quiet builds make that much harder.
8
9 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
10 ---
11 unix-console/Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/unix-console/Makefile b/unix-console/Makefile
15 index 5db5337..4764a6f 100755
16 --- a/unix-console/Makefile
17 +++ b/unix-console/Makefile
18 @@ -26,7 +26,7 @@ CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggre
19
20 #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
21 CFLAGS += $(CWARNS) -D_GNU_SOURCE
22 -CC = @gcc
23 +CC = gcc
24 RM = rm
25
26 # Add -O3 when nothing is specified yet
27 --
28 1.8.1
29