]> git.pld-linux.org Git - packages/aiccu.git/blob - 03_no-quiet-gcc.patch
- cleanup
[packages/aiccu.git] / 03_no-quiet-gcc.patch
1 It's better for us to see gcc output in the build log to ease debugging.
2 Quiet builds make that much harder.
3
4 Index: aiccu-20070115/unix-console/Makefile
5 ===================================================================
6 --- aiccu-20070115.orig/unix-console/Makefile   2009-10-25 22:33:06.000000000 +0100
7 +++ aiccu-20070115/unix-console/Makefile        2009-10-25 22:33:12.000000000 +0100
8 @@ -26,7 +26,7 @@
9  
10  #CFLAGS        += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
11  CFLAGS += $(CWARNS) -D_GNU_SOURCE
12 -CC      = @gcc
13 +CC      = gcc
14  RM      = rm
15  
16  # Add -O3 when nothing is specified yet
This page took 0.092573 seconds and 3 git commands to generate.