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.