This implied building everything twice.
Bootstrap is tested in upstream CI nowadays, and we don't make changes
in the Debian package needing bootstrap. Even if we did, the procedure
is rather complex and it is probably more reasonable to do it outside
of the Debian package build process.
fi
ifeq ($(BUILDCACHE),)
$(MAKE) world
- $(MAKE) bootstrap
$(MAKE) -C tools dumpobj
ifneq (,$(OCAML_OPT_ARCH))
@echo "Building native compilers"