From 3ef12bbe0fcc9d2758f8d5b3d1eb082bab8c54d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 2 May 2012 14:41:18 +0200 Subject: [PATCH] BUG added: [2c899aa21af4] OCamlbuild dependencies --- bugs/all/2c899aa21af4_OCamlbuild_dependencies | 21 +++++++++++++++++++ .../open/2c899aa21af4_OCamlbuild_dependencies | 1 + 2 files changed, 22 insertions(+) create mode 100644 bugs/all/2c899aa21af4_OCamlbuild_dependencies create mode 120000 bugs/open/2c899aa21af4_OCamlbuild_dependencies diff --git a/bugs/all/2c899aa21af4_OCamlbuild_dependencies b/bugs/all/2c899aa21af4_OCamlbuild_dependencies new file mode 100644 index 0000000..91a0a04 --- /dev/null +++ b/bugs/all/2c899aa21af4_OCamlbuild_dependencies @@ -0,0 +1,21 @@ +title: OCamlbuild dependencies +status: OPEN +reported by: Kim Nguyẽn +last modified: 2012-05-02 14:38:01+0200 +date: 2012-05-02 14:38:01+0200 +author: Kim Nguyen +assigned to: Kim Nguyen + +-- opened by Kim Nguyen on 2012-05-02 14:38:01+0200 + +Problem description: +OCamlbuild dependencies are not as good as possible: +1 OCaml code gets recompiled sometimes even though it should not. + (due to the way pre-processed files are handled) +2 libcamlshredder is almost never rebuilt when external header or .a + files change. +How to reproduce: +./build +Proposed solution: +1: try to explicitely produce the pre-processed ocaml files. +2: generate manually a digest for library and header files. \ No newline at end of file diff --git a/bugs/open/2c899aa21af4_OCamlbuild_dependencies b/bugs/open/2c899aa21af4_OCamlbuild_dependencies new file mode 120000 index 0000000..0142208 --- /dev/null +++ b/bugs/open/2c899aa21af4_OCamlbuild_dependencies @@ -0,0 +1 @@ +../all/2c899aa21af4_OCamlbuild_dependencies \ No newline at end of file -- 2.17.1