ocaml-obuild / obuild

simple package build system for ocaml
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

Work on issues 130 (script shell generator) #146

Open UnixJunkie opened 9 years ago

UnixJunkie commented 9 years ago

this include some fix of the bootstrap.sh script

UnixJunkie commented 9 years ago

we just tried 'obuild --bash commands.sh configure ; obuild --bash commands.sh build' with Paul on some big project: the script generated allows to compile the project from scratch without obuid. That's cool. commands.sh is properly created upon configure and appended to upon build

UnixJunkie commented 9 years ago

the generated ocamldep commands could be removed

UnixJunkie commented 9 years ago

the indentation in the code ext/bash.ml is not the one from caml-mode in emacs, also, some hard coded paths are still visible in the generated script: while the script is working, it is not as portable as it should be