aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-11-23 19:28:03 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-11-23 19:28:03 +0000
commitdd13d5775af0d79d92e30c21cea69f2802e2bcf1 (patch)
tree312aad5943e51e2a3d0f2e5152616f8be3f4af60 /.hgignore
parent46d89e453b861697531e268dbd85dfd65cdfae7d (diff)
downloadxen-dd13d5775af0d79d92e30c21cea69f2802e2bcf1.tar.gz
xen-dd13d5775af0d79d92e30c21cea69f2802e2bcf1.tar.bz2
xen-dd13d5775af0d79d92e30c21cea69f2802e2bcf1.zip
ocaml: install built modules
Previously the install target was having no effect because it ended up calling the default target in the subdir Makefile instead of the install target. Resolve this by tying the tools/ocaml Makefiles into the generic handling done by tools/Rules.mk. Other changes arising in one way or another from this: - Add libs/xl/META.in - Update .hgignore for META files - Create leading directories - Remove existing module before installation in install targer (worksaround what appears to be a quirk of "ocamlfind install") - Use the globally defined $(DESTDIR) - Move "ocamlfind printfconf destdir" to a common variable, repurposing exising unused OCAMLDESTDIR, incorporating $(DESTDIR) at the same time. - Drop a few unused variabe definitions (mainly to avoid deciding if $(DESTDIR) made sense for them or not. - Pass -destdir to ocamlfind in uninstall target for symmetry with install target. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 865da6dc4c..3fac70041f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -292,6 +292,7 @@
^tools/ioemu-dir$
^tools/ocaml/.*/.*\.annot$
^tools/ocaml/.*/.*\.cmx?a$
+^tools/ocaml/.*/META$
^tools/ocaml/.*/\.ocamldep\.make$
^tools/ocaml/xenstored/oxenstored$
^xen/\.banner.*$