This tool is what we need to deal with automatic dependency generation
with native code files.
* Add dbm_ldopts.dpatch, to add missing linking options for dbm
(fixes ocsigen FTBFS)
+ * Build and install dumpapprox
- -- Stephane Glondu <steph@glondu.net> Wed, 21 Jan 2009 01:00:18 +0100
+ -- Stephane Glondu <steph@glondu.net> Fri, 13 Feb 2009 14:38:55 +0100
ocaml (3.11.0-1) experimental; urgency=low
config/s.h
myocamlbuild_config.ml
tools/myocamlbuild_config.ml
+tools/ocamldumpapprox
config/Makefile /usr/lib/ocaml/#OcamlABI#/config/Makefile
debian/native-archs /usr/lib/ocaml/#OcamlABI#/
+OPT: tools/ocamldumpapprox /usr/bin
ifneq ($(THIS_NATIVE_ARCH),)
@echo "Building native compilers"
$(MAKE) opt opt.opt
+ $(MAKE) -C tools dumpapprox
+ mv tools/dumpapprox tools/ocamldumpapprox
touch opt-built-stamp
endif
touch build-arch-stamp