BUG added: [2c899aa21af4] OCamlbuild dependencies
[SXSI/xpathcomp.git] / bugs / all / 2c899aa21af4_OCamlbuild_dependencies
1 title: OCamlbuild dependencies
2 status: OPEN
3 reported by: Kim Nguyẽn
4 last modified: 2012-05-02 14:38:01+0200
5 date: 2012-05-02 14:38:01+0200
6 author: Kim Nguyen
7 assigned to: Kim Nguyen
8
9 -- opened by Kim Nguyen on 2012-05-02 14:38:01+0200
10
11 Problem description:
12 OCamlbuild dependencies are not as good as possible:
13 1          OCaml code gets recompiled sometimes even though it should not.
14            (due to the way pre-processed files are handled)
15 2          libcamlshredder is almost never rebuilt when external header or .a
16            files  change.
17 How to reproduce:
18 ./build
19 Proposed solution:
20 1: try to explicitely produce the pre-processed ocaml files.
21 2: generate manually a digest for library and header files.