summaryrefslogtreecommitdiff
path: root/debian/patches/001-Disable_Makefile_silent_output.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/001-Disable_Makefile_silent_output.dpatch')
-rw-r--r--debian/patches/001-Disable_Makefile_silent_output.dpatch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/001-Disable_Makefile_silent_output.dpatch b/debian/patches/001-Disable_Makefile_silent_output.dpatch
new file mode 100644
index 0000000..01cfaf1
--- /dev/null
+++ b/debian/patches/001-Disable_Makefile_silent_output.dpatch
@@ -0,0 +1,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
+