summaryrefslogtreecommitdiff
path: root/debian/patches/001-Disable_Makefile_silent_output.dpatch
blob: 01cfaf194f49410ac3d743026ab7091fa10bfb2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 001-Disable_Makefile_silent_output.dpatch
## by Adam Cécile (Le_Vert) <gandalf@le-vert.net>
##
## DP: Let's show what happens...

@DPATCH@

--- a/buildsys.mk.in	2007-10-15 07:03:45.000000000 +0200
+++ b/buildsys.mk.in	2007-10-21 02:14:21.518788374 +0200
@@ -73,7 +73,7 @@
 OBJS5 = ${OBJS4:.erl=.beam}
 OBJS += ${OBJS5:.m=.o}
 
-.SILENT:
+#.SILENT:
 .SUFFIXES: .beam .c .cc .cxx .d .erl .m
 .PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean