summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2010-10-28 15:15:07 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-28 15:16:14 +0100
commit064569bcbf854a9cf588ce31851d987d5f114ec8 (patch)
tree6d5abb0cd46cecff35dd6f99369e0fef93dc7861
parent0e896a490c46825e2ef998143d338dda5736223e (diff)
downloadlibguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.tar.gz
libguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.tar.xz
libguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.zip
Remove ocaml/.depend from git.
ocaml/.depend is automatically generated. This patch removes it from git.
-rw-r--r--.gitignore1
-rwxr-xr-xbootstrap4
-rw-r--r--ocaml/.depend5
3 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index bddbe259..527335d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,6 +160,7 @@ Makefile
Makefile.in
missing
*.o
+ocaml/.depend
ocaml/bindtests
ocaml/bindtests.ml
ocaml/dllmlguestfs.so
diff --git a/bootstrap b/bootstrap
index c2507fc7..5ceac318 100755
--- a/bootstrap
+++ b/bootstrap
@@ -85,5 +85,9 @@ $gnulib_tool \
--tests-base=gnulib/tests \
--import $modules
+# ocaml/.depend is updated automatically. However, as it's included by
+# ocaml/Makefile.am we need to bootstrap it here.
+touch ocaml/.depend
+
# Disable autopoint and libtoolize, since they were already done above.
AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install
diff --git a/ocaml/.depend b/ocaml/.depend
deleted file mode 100644
index cc3febfd..00000000
--- a/ocaml/.depend
+++ /dev/null
@@ -1,5 +0,0 @@
-bindtests.cmo: guestfs.cmi
-bindtests.cmx: guestfs.cmx
-guestfs.cmi:
-guestfs.cmo: guestfs.cmi
-guestfs.cmx: guestfs.cmi