[packages/bmon] disable silent rules

atler atler at pld-linux.org
Sat Aug 19 23:10:50 CEST 2023


commit 6107fc5af29e4b1438bf6420edcddf4bc394a0be
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Aug 19 23:06:49 2023 +0200

    disable silent rules

 bmon.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/bmon.spec b/bmon.spec
index 96c048b..985892e 100644
--- a/bmon.spec
+++ b/bmon.spec
@@ -49,8 +49,9 @@ Pozwala on na generowanie i rysowanie trzech typów diagramów:
 %{__autoconf}
 %{__automake}
 %{__autoheader}
-%configure
-%{__make} V=1
+%configure \
+	--disable-silent-rules
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bmon.git/commitdiff/6107fc5af29e4b1438bf6420edcddf4bc394a0be



More information about the pld-cvs-commit mailing list