[Pkg-libvirt-commits] [libguestfs] 01/146: ocaml: Remove *.annot files when doing 'make clean'.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 91b439328c9e2c40072f864b707a3eb2bad1d55a
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Nov 15 17:38:00 2014 +0000
ocaml: Remove *.annot files when doing 'make clean'.
Commit fd70cdc3c58a9f240ef8dbbef73ed13054917220 passes the -annot flag
to the compiler, generating *.annot files (containing type information
used by emacs and IDEs). Remove these files when doing 'make clean'.
(cherry picked from commit f421c7cae8bf574bc43c1c185be7d638a0502e04)
---
builder/Makefile.am | 2 +-
customize/Makefile.am | 2 +-
mllib/Makefile.am | 2 +-
ocaml/Makefile.am | 2 +-
resize/Makefile.am | 2 +-
sparsify/Makefile.am | 2 +-
sysprep/Makefile.am | 2 +-
v2v/Makefile.am | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/builder/Makefile.am b/builder/Makefile.am
index b8c5c57..a57a955 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
virt-builder.pod \
virt-index-validate.pod
-CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-builder
+CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o virt-builder
# Alphabetical order.
SOURCES = \
diff --git a/customize/Makefile.am b/customize/Makefile.am
index dd0f2f1..634934d 100644
--- a/customize/Makefile.am
+++ b/customize/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = \
virt-customize.pod
CLEANFILES = \
- *~ *.cmi *.cmo *.cmx *.cmxa *.o \
+ *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o \
stamp-virt-customize.pod \
virt-customize virt-customize.1
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index e695444..46080b0 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/subdir-rules.mk
EXTRA_DIST = \
$(filter-out config.ml,$(SOURCES))
-CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o
+CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o
# Alphabetical order.
SOURCES = \
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 9723af9..7de2e81 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -32,7 +32,7 @@ EXTRA_DIST = \
run-bindtests \
t/*.ml
-CLEANFILES = *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so
+CLEANFILES = *.annot *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so
CLEANFILES += t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so
if HAVE_OCAML
diff --git a/resize/Makefile.am b/resize/Makefile.am
index e1c8dbe..a765587 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -22,7 +22,7 @@ EXTRA_DIST = \
virt-resize.pod \
test-virt-resize.pl
-CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize
+CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o virt-resize
# Alphabetical order.
SOURCES = \
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 87e8516..402ccc8 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = \
test-virt-sparsify.sh \
test-virt-sparsify-in-place.sh
-CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify
+CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify
SOURCES_ML = \
utils.ml \
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index cfa2b78..3ee0469 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = \
virt-sysprep.pod
CLEANFILES = \
- *~ *.cmi *.cmo *.cmx *.cmxa *.o \
+ *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o \
virt-sysprep virt-sysprep.1 \
stamp-virt-sysprep.pod
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index b4bb9cc..97f9ab1 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
test-v2v-networks-and-bridges.xml.in \
virt-v2v.pod
-CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-v2v
+CLEANFILES = *~ *.annot *.cmi *.cmo *.cmx *.cmxa *.o virt-v2v
SOURCES_MLI = \
convert_linux.mli \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list