File: make-verbose.patch

package info (click to toggle)
vim-command-t 5.0.2-5-g7147ba9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 744 kB
  • sloc: ruby: 3,394; ansic: 1,177; makefile: 27; sh: 26; xml: 11
file content (21 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Sam Morris <sam@robots.org.uk>
Date: Mon, 5 Dec 2016 02:05:00 +0000
Subject: make-verbose

---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index a38bfcb..fbc877c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -84,7 +84,7 @@ task :make do
     ruby 'extconf.rb'
     system 'make clean'
     bail_on_failure
-    system 'make'
+    system 'make', 'V=1'
     bail_on_failure
   end
 end