]> git.eshelyaron.com Git - emacs.git/commitdiff
; * Makefile.in: Add "make bootstrap configure=default" as a first choice.
authorGregory Heytings <gregory@heytings.org>
Mon, 19 Sep 2022 07:34:35 +0000 (07:34 +0000)
committerGregory Heytings <gregory@heytings.org>
Mon, 19 Sep 2022 07:40:28 +0000 (09:40 +0200)
Makefile.in

index de263c6858b813c0f91cee0710483e424cf9b266..260962d048e1fe020006c4d1dc216aac41cab412 100644 (file)
@@ -388,8 +388,10 @@ actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lis
 
 # ADVICE-ON-FAILURE-BEGIN:bootstrap
 #   You might try to:
+#   - run "git bootstrap configure=default", to rebuild Emacs with the
+#     default configuration options, which might fix the problem
 #   - run "git clean -fdx" and run "make bootstrap" again, which might
-#     fix the problem
+#     fix the problem if "git boostrap configure=default" did not
 #     !BEWARE! "git clean -fdx" deletes all files that are not under
 #     !BEWARE! version control, which means that all changes to such
 #     !BEWARE! files will be lost and cannot be restored later