summaryrefslogtreecommitdiff
path: root/debian/patches/0031-Show-compile-command-lines.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0031-Show-compile-command-lines.patch')
-rw-r--r--debian/patches/0031-Show-compile-command-lines.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0031-Show-compile-command-lines.patch b/debian/patches/0031-Show-compile-command-lines.patch
new file mode 100644
index 000000000..dd1a1f08b
--- /dev/null
+++ b/debian/patches/0031-Show-compile-command-lines.patch
@@ -0,0 +1,23 @@
+From: Till Kampetter <till.kampetter@gmail.com>
+Date: Tue, 9 Aug 2016 18:11:43 +0200
+Subject: Show compile command lines
+
+Patch-Name: show-compile-command-lines.patch
+---
+ Makedefs.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/Makedefs.in b/Makedefs.in
+index 9ee7585..511fbf8 100644
+--- a/Makedefs.in
++++ b/Makedefs.in
+@@ -263,8 +263,7 @@ USBQUIRKS = @USBQUIRKS@
+ # Rules...
+ #
+
+-.SILENT:
+-.SUFFIXES: .a .c .cxx .h .o
++.SUFFIXES: .1 .1.gz .1m .1m.gz .3 .3.gz .5 .5.gz .7 .7.gz .8 .8.gz .a .c .cxx .h .man .o .gz
+
+ .c.o:
+ echo Compiling $<...