From nobody Thu May 15 07:00:51 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1511963926621370.84251542283585; Wed, 29 Nov 2017 05:58:46 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 895E8C001600; Wed, 29 Nov 2017 13:58:45 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5B2C6600D5; Wed, 29 Nov 2017 13:58:45 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 2F0441800BDA; Wed, 29 Nov 2017 13:58:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vATDwdRC005828 for ; Wed, 29 Nov 2017 08:58:39 -0500 Received: by smtp.corp.redhat.com (Postfix) id 0580D60621; Wed, 29 Nov 2017 13:58:39 +0000 (UTC) Received: from mamuti.net (unknown [10.40.205.100]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CBEA76062D for ; Wed, 29 Nov 2017 13:58:36 +0000 (UTC) Received: by mamuti.net (Postfix, from userid 500) id 957B61003C2; Wed, 29 Nov 2017 14:58:34 +0100 (CET) From: Jiri Denemark To: libvir-list@redhat.com Date: Wed, 29 Nov 2017 14:58:32 +0100 Message-Id: <33f09cde9e0f8428311f42af138cdd23c048d36f.1511963877.git.jdenemar@redhat.com> In-Reply-To: References: In-Reply-To: References: Mail-Followup-To: libvir-list@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/2] spec: Turn on verbose build X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 29 Nov 2017 13:58:45 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" When building a package in a build system, such as koji or cbs, logs are the only thing which can be used to diagnose failures. Make them verbose since human friendly output of V=3D0 build doesn't really help when a build fails. Signed-off-by: Jiri Denemark --- libvirt.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index b00689cabf..b88a977966 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1366,7 +1366,7 @@ rm -f po/stamp-po %{?enable_werror} \ --enable-expensive-tests \ %{arg_init_script} -make %{?_smp_mflags} +make %{?_smp_mflags} V=3D1 gzip -9 ChangeLog =20 %install @@ -1375,9 +1375,9 @@ rm -fr %{buildroot} # Avoid using makeinstall macro as it changes prefixes rather than setting # DESTDIR. Newer make_install macro would be better but it's not available # on RHEL 5, thus we need to expand it here. -make %{?_smp_mflags} install DESTDIR=3D%{?buildroot} SYSTEMD_UNIT_DIR=3D%{= _unitdir} +make %{?_smp_mflags} install DESTDIR=3D%{?buildroot} SYSTEMD_UNIT_DIR=3D%{= _unitdir} V=3D1 =20 -make %{?_smp_mflags} -C examples distclean +make %{?_smp_mflags} -C examples distclean V=3D1 =20 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a --=20 2.15.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list