From nobody Sun May 5 19:38:59 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1567089184; cv=none; d=zoho.com; s=zohoarc; b=XtGYsl6wBReURGRRp+TrMKSJqxMLyIl03J8o3bVASLafov1QLN7Yg8xF2uqIUgGb4co22JTvhLaKfuRimGn9Z3bej8JSZ+ovsVdUMTKjo6USB0foIOGTElcXMct9mx3buJdyOXcy/9gDySUPe/Ku2ohMNLS94tdW/iW/41128OI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567089184; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=VMucTWmpjKKud/voOIuBY8y7XIBw+eK5J0xXCwcRcpI=; b=XHPmFTR6AFLTsOrmGZg9SXQrEo0aoyIC+obCnk2WXAgwVseLwLkszxNNE12QG6K+PpmHeZ6x0Z9vj8jdO4qJZZ6uMsVZLxEqqu4Rqhr7mmU6O6z6e2C7aDjbyz9BUkyxFLTyRDhA62tRgo0a+AzUMgsHaWVFzM0UeBTDiCNEG58= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567089184912242.55227567601992; Thu, 29 Aug 2019 07:33:04 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5402D308123B; Thu, 29 Aug 2019 14:33:02 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 270B81001956; Thu, 29 Aug 2019 14:33:02 +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 DB8D424F2F; Thu, 29 Aug 2019 14:33:01 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7TEWu0w013560 for ; Thu, 29 Aug 2019 10:32:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id 73EA55D721; Thu, 29 Aug 2019 14:32:56 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.43.2.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CA81C5D717; Thu, 29 Aug 2019 14:32:55 +0000 (UTC) From: Pino Toscano To: libvir-list@redhat.com Date: Thu, 29 Aug 2019 16:32:46 +0200 Message-Id: <20190829143249.6470-2-ptoscano@redhat.com> In-Reply-To: <20190829143249.6470-1-ptoscano@redhat.com> References: <20190829143249.6470-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [ocaml PATCH 1/4] build: stop generating a config.h 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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 29 Aug 2019 14:33:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" It basically contains only PACKAGE_* defines, which are not used in the C parts. Hence, do not make autoconf generate one. Signed-off-by: Pino Toscano --- .gitignore | 2 -- MANIFEST | 1 - Makefile.in | 4 +--- configure.ac | 1 - libvirt/generator.pl | 2 -- 5 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 67f9134..840c0c4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,6 @@ core.* /aclocal.m4 /autom4te.cache /config.cache -/config.h -/config.h.in /config.log /config.status /configure diff --git a/MANIFEST b/MANIFEST index 444093e..e969dd5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,7 +2,6 @@ aclocal.m4 ChangeLog config.guess -config.h.in config.sub configure.ac COPYING diff --git a/Makefile.in b/Makefile.in index a0222e5..3857a24 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,7 +45,7 @@ clean: rm -f examples/get_all_domain_stats =20 distclean: clean - rm -f config.h config.log config.status configure + rm -f config.log config.status configure rm -rf autom4te.cache rm -f META rm -f libvirt/libvirt_version.ml @@ -96,7 +96,6 @@ dist: ChangeLog tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf - $(INSTALL) -m 0755 configure $(PACKAGE)-$(VERSION)/ $(INSTALL) -m 0644 aclocal.m4 $(PACKAGE)-$(VERSION)/ - $(INSTALL) -m 0644 config.h.in $(PACKAGE)-$(VERSION)/ tar zcf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) ls -l $(PACKAGE)-$(VERSION).tar.gz @@ -104,7 +103,6 @@ dist: ChangeLog check-manifest: git ls-files > .check-manifest; \ echo aclocal.m4 >> .check-manifest; \ - echo config.h.in >> .check-manifest; \ sort -o .check-manifest .check-manifest; \ sort MANIFEST > .orig-manifest; \ diff -u .orig-manifest .check-manifest; rv=3D$$?; \ diff --git a/configure.ac b/configure.ac index 6ca44b0..91ce547 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,6 @@ echo "Thanks for downloading" $PACKAGE_STRING echo "------------------------------------------------------------" =20 dnl Produce output files. -AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([META libvirt/libvirt_version.ml Makefile diff --git a/libvirt/generator.pl b/libvirt/generator.pl index e850500..279331a 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -232,8 +232,6 @@ print F <<'END'; * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130= 1 USA */ =20 -#include "config.h" - #include #include #include --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sun May 5 19:38:59 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1567089185; cv=none; d=zoho.com; s=zohoarc; b=mj3/AcCUKjLPTfw3ja6pX1xMjyaB5/EFX2i0HfZQ9mssMt6TPYp4m9x2MJoVLJzJT2JHpHC2/bvmUCe5VgTE8FumLqdeyg1AnjikBibSNG8NCMIWj7VJC5WTGPl/iVKga2c36SHvlkuV96R6bmrhFwVgQ1PwT04vZ3Kk4VCo7ck= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567089185; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=9VTYCWMB9b/qUrnZcj26yfvSogydV2YjK3u+YS0n2ps=; b=fq2/5Jv4UZ4tUtW35nC1DMS8h1O7Cvp98eON64VaNzzd9KxZOaOfU12k4iw2qx90urT/G4rH3zn7q9FzZuM0XA3tuACimiXupV0ydk1SPAykzLkS04ORZE7lUk7wru2a6K8Zm5IHCSyINP+SxRaHETX0Z0NxpWFE3ONDifN9QZc= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567089185064629.6710517003816; Thu, 29 Aug 2019 07:33:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B1738C049D62; Thu, 29 Aug 2019 14:33:02 +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 7376319D7A; Thu, 29 Aug 2019 14:33:02 +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 30B941802216; Thu, 29 Aug 2019 14:33:02 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7TEWvb8013574 for ; Thu, 29 Aug 2019 10:32:57 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6AA9C5D71C; Thu, 29 Aug 2019 14:32:57 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.43.2.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C09CD5D717; Thu, 29 Aug 2019 14:32:56 +0000 (UTC) From: Pino Toscano To: libvir-list@redhat.com Date: Thu, 29 Aug 2019 16:32:47 +0200 Message-Id: <20190829143249.6470-3-ptoscano@redhat.com> In-Reply-To: <20190829143249.6470-1-ptoscano@redhat.com> References: <20190829143249.6470-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [ocaml PATCH 2/4] build: drop broken NSIS leftovers 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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 29 Aug 2019 14:33:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Followup of commit 3a0299f38534053b698c5fde029b27a4546f0f18. Signed-off-by: Pino Toscano --- Makefile.in | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3857a24..5c41a9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,8 +20,6 @@ VERSION =3D @PACKAGE_VERSION@ =20 INSTALL =3D @INSTALL@ =20 -MAKENSIS =3D @MAKENSIS@ - OCAMLDOC =3D @OCAMLDOC@ OCAMLDOCFLAGS :=3D -html -sort -colorize-code =20 @@ -65,20 +63,6 @@ doc: libvirt.{ml,mli} libvirt_version.{ml,mli} endif =20 -# Windows installer (requires NSIS). - -WININSTALLER :=3D $(PACKAGE)-$(VERSION).exe - -ifneq ($(MAKENSIS),) -wininstaller: $(WININSTALLER) - -$(WININSTALLER): wininstaller.nsis all opt - "$(MAKENSIS)" \ - //DPACKAGE=3D$(PACKAGE) //DVERSION=3D$(VERSION) \ - //DOUTFILE=3D$@ $< - ls -l $@ -endif - # Update configure and rerun. =20 configure: force @@ -141,11 +125,6 @@ upload: libvirt.org:/data/www/libvirt.org/ocaml/html/ scp $(PACKAGE)-$(VERSION).tar.gz libvirt.org:/data/ftp/libvirt/ocaml/ =20 -# Upload Windows binary installer to main website. - -winupload: - scp $(WININSTALLER) libvirt.org:/data/ftp/libvirt/ocaml/ - force: =20 .PHONY: all opt depend install clean distclean configure dist check-manife= st \ --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sun May 5 19:38:59 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1567089187; cv=none; d=zoho.com; s=zohoarc; b=WVfxljbTiwSMF+Dw+Li04QPBP6aZKEd7AKCDxZYAinneeBv+eYOAWuVNWgSo1UxoWRlJbpH6st7IwKDpgT40Rx4p3rFVJY9hbIIEl7V+Ca6z4cVKhGPIJCPQIKep1Zy46sqCQRIm5EV5ylrT4EaWjnxSuK2jpL/ivChWrx9JNwE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567089187; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=BO7/vNCGgydfnfH4QR0HL+2bMPZ2eZxebqhRYOLa6gc=; b=XPmZ5PszYFVyVlRA2hQamFvkTJvLIb9vSe6a8xmFRwOi65ekquLl0v33SFzKZoYCiU9M20TeVW1Mn94TLmHflDx8j9DEs7aofrzRGICRjQDOx97u0ReqDmHK0ST24N5N8PXWJxFMDkPG4Y7+6tiURSDqnOU+poZ/bsGbv9aA8tI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567089187986248.2449434670973; Thu, 29 Aug 2019 07:33:07 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EA3377FDFC; Thu, 29 Aug 2019 14:33:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C1DA45D717; Thu, 29 Aug 2019 14:33:06 +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 73BEE24F32; Thu, 29 Aug 2019 14:33:06 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7TEWwY3013581 for ; Thu, 29 Aug 2019 10:32:58 -0400 Received: by smtp.corp.redhat.com (Postfix) id 609E35D71C; Thu, 29 Aug 2019 14:32:58 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.43.2.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B77675D717; Thu, 29 Aug 2019 14:32:57 +0000 (UTC) From: Pino Toscano To: libvir-list@redhat.com Date: Thu, 29 Aug 2019 16:32:48 +0200 Message-Id: <20190829143249.6470-4-ptoscano@redhat.com> In-Reply-To: <20190829143249.6470-1-ptoscano@redhat.com> References: <20190829143249.6470-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [ocaml PATCH 3/4] build: remove manual OCaml dependencies 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: , 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.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 29 Aug 2019 14:33:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" They are already covered by dependencies in Make.rules, or automatically in .depend Signed-off-by: Pino Toscano --- libvirt/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 77462c7..f255ee2 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -119,12 +119,6 @@ autostatus: libvirt_c.c @echo -n "LOC in automatic bindings: " @wc -l < libvirt_c.c =20 -libvirt.cmo: libvirt.cmi -libvirt.cmi: libvirt.mli - -libvirt_version.cmo: libvirt_version.cmi -libvirt_version.cmi: libvirt_version.mli - =20 install-byte: ocamlfind install $(OCAMLFIND_INSTFLAGS) -ldconf ignore libvirt \ --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sun May 5 19:38:59 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1567089183; cv=none; d=zoho.com; s=zohoarc; b=J9FK8UJhMffl51/dhuQuT67xmglbdMIwYxRnmgdAIV+/UKv+uYvW3LUyVAjR07LuQLEEmyiom6DdG7TKUG47rIz/g0yRNalLhStRuaTJfnDe050XG2JIs9P0ZhAIX27phKAJgAvSHHXQIp7psgTQfX8AWyPtXeMb38s6NvX9RTc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567089183; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=oUSjJH0LH4BWRNmbJTNzCmxAm25olTZ9ZJ8SYICI5J0=; b=H80/aQyUKCXUHf33AjMjr95sCNmxixn2VFmjFMbOLXuA2VD83zYhReRGyBAQNRWYfVUTVR6201isvaOiVzCDjNhuBaEgmhksEGsju88nqj3Gz5yQrCD56e76db1QdfA2Us095CFRYc1uJHSqqid9hgTtXyQX5ESfo24I/RLLDLU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567089183468136.70491370230297; Thu, 29 Aug 2019 07:33:03 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1A52D69066; Thu, 29 Aug 2019 14:33:02 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E54185D717; Thu, 29 Aug 2019 14:33:01 +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 A717C24F30; Thu, 29 Aug 2019 14:33:01 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7TEWxXG013589 for ; Thu, 29 Aug 2019 10:32:59 -0400 Received: by smtp.corp.redhat.com (Postfix) id 5830F5D772; Thu, 29 Aug 2019 14:32:59 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.43.2.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE8625D717; Thu, 29 Aug 2019 14:32:58 +0000 (UTC) From: Pino Toscano To: libvir-list@redhat.com Date: Thu, 29 Aug 2019 16:32:49 +0200 Message-Id: <20190829143249.6470-5-ptoscano@redhat.com> In-Reply-To: <20190829143249.6470-1-ptoscano@redhat.com> References: <20190829143249.6470-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [ocaml PATCH 4/4] build: remove the list_secrets binary on clean 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: , 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.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 29 Aug 2019 14:33:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Another fix for commit be5973f65bfdb51bf409a31af0d046931c6d5789. Signed-off-by: Pino Toscano --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 5c41a9e..e50600a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,6 +41,7 @@ clean: rm -f examples/get_cpu_stats rm -f examples/domain_events rm -f examples/get_all_domain_stats + rm -f examples/list_secrets =20 distclean: clean rm -f config.log config.status configure --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list