search for: 5ceac31

Displaying 2 results from an estimated 2 matches for "5ceac31".

Did you mean: 5c8fc31
2010 Oct 27
1
[PATCH] Remove ocaml/.depend from git
ocaml/.depend is automatically generated. This patch removes it from git. --- .gitignore | 1 + ocaml/.depend | 5 ----- 2 files changed, 1 insertions(+), 5 deletions(-) delete mode 100644 ocaml/.depend -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Remove-ocaml-.depend-from-git.patch Type: text/x-patch Size: 495 bytes Desc: not available URL:
2010 Oct 29
1
[PATCH] Bootstrap ocaml/.depend more thoroughly
Although I haven't experienced a specific problem with bootstrapping an empty .depend file, this commit bootstraps it properly using ocamldep. This may or may not solve any real problem, but it's quite simple and more obviously correct. --- bootstrap | 2 +- ocaml/Makefile.am | 10 +++------- ocaml/Makefile.depend | 6 ++++++ 3 files changed, 10 insertions(+), 8