]> git.eshelyaron.com Git - emacs.git/commit
Allow not deleting the config.cache file with "make FAST=true bootstrap"
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Aug 2022 12:18:45 +0000 (14:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Aug 2022 12:18:45 +0000 (14:18 +0200)
commit0ce30e92958538bb16bbefa1460580853fe82371
tree0d4c955a573bc1f16a15f896e452054082fbc7d8
parentc5c3f57bd437235d247c1b6ee2e3059413d134b4
Allow not deleting the config.cache file with "make FAST=true bootstrap"

* Makefile.in: Add some commentary about make bootstrap,
./configure -C and FASTo
(top_bootclean): Don't delete config.cache here.
(top_distclean): Delete it here instead.
(bootstrap-clean): Allow not deleting the cache file.

* admin/emake (cores): Adjust.
Makefile.in
admin/emake