]> git.pld-linux.org Git - packages/mosh.git/commitdiff
build with --disable-silent-rules
authorElan Ruusamäe <glen@delfi.ee>
Sat, 2 May 2015 13:20:47 +0000 (16:20 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 2 May 2015 13:20:47 +0000 (16:20 +0300)
mosh.spec

index e84f5a88da961fa7d484ad739e32cecda36a6fa8..522d2c7303192fee59f779557ec23c555dd04719 100644 (file)
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,8 +1,5 @@
-#
-
-# Conditional build:
-%bcond_without verbose         # verbose build (V=1)
 
+# force gcc4 for ac
 %if "%{pld_release}" == "ac"
 # add suffix, but allow ccache, etc in ~/.rpmmacros
 %{expand:%%define      __cc    %(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
@@ -54,11 +51,11 @@ especially over Wi-Fi, cellular, and long-distance links.
 %{__sed} -i -e '1s,^#!.*perl,#!%{__perl},' scripts/mosh
 
 %build
+CPPFLAGS="-I/usr/include/ncurses"
 %configure \
-       --enable-compile-warnings=error \
-       CPPFLAGS="-I/usr/include/ncurses"
-%{__make} \
-       %{?with_verbose:V=1}
+       --disable-silent-rules \
+       --enable-compile-warnings=error
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.071127 seconds and 4 git commands to generate.