Do no longer call "make bootstrap"
authorStéphane Glondu <glondu@debian.org>
Wed, 19 Jun 2024 12:57:39 +0000 (14:57 +0200)
committerStéphane Glondu <glondu@debian.org>
Wed, 19 Jun 2024 13:03:06 +0000 (15:03 +0200)
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.

debian/rules

index 90759125891064c923279d8abadda63e7acaf747..c18dc4574fd9bb6a35076d2fab65529e7f7222da 100755 (executable)
@@ -143,7 +143,6 @@ build-stamp: config-stamp
        fi
 ifeq ($(BUILDCACHE),)
        $(MAKE) world
-       $(MAKE) bootstrap
        $(MAKE) -C tools dumpobj
 ifneq (,$(OCAML_OPT_ARCH))
        @echo "Building native compilers"