summaryrefslogtreecommitdiff
path: root/debian/patches/001-Disable_Makefile_silent_output.dpatch
blob: 4cda9c05d913c9b136c0bc6909bc11549cd299b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Description: Let's show what happens...

--- a/buildsys.mk.in
+++ b/buildsys.mk.in
@@ -89,7 +89,7 @@
 OBJS10 = ${OBJS9:.S=.o}
 OBJS  += ${OBJS10:.po=.gmo}
 
-.SILENT:
+#.SILENT:
 .SUFFIXES:
 .SUFFIXES: .beam .c .cc .cxx .d .dep .erl .gmo .m .mm .o .po .py .pyc .xpm .S
 .PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean