Open UnixJunkie opened 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
the generated ocamldep commands could be removed
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
this include some fix of the bootstrap.sh script