notmuch: enable verbose make output
This commit is contained in:
parent
dad76b9499
commit
cd50a2e2dd
1 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,11 @@ class Notmuch < Formula
|
|||
args << "--without-emacs"
|
||||
end
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
||||
if ARGV.verbose?
|
||||
system "make install V=1"
|
||||
else
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue