aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGregory Heytings2022-09-19 07:34:35 +0000
committerGregory Heytings2022-09-19 09:40:28 +0200
commit3fd2b00a4b20afa827afe0eee2b7ba5f08e4cce6 (patch)
tree6b019702dbdd60b9359f5b026eb5dd48f7f87b10 /Makefile.in
parent5a8e2dedf54fc5c777b093de25eafe679e646930 (diff)
downloademacs-3fd2b00a4b20afa827afe0eee2b7ba5f08e4cce6.tar.gz
emacs-3fd2b00a4b20afa827afe0eee2b7ba5f08e4cce6.zip
; * Makefile.in: Add "make bootstrap configure=default" as a first choice.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index de263c6858b..260962d048e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -388,8 +388,10 @@ actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lis
388 388
389# ADVICE-ON-FAILURE-BEGIN:bootstrap 389# ADVICE-ON-FAILURE-BEGIN:bootstrap
390# You might try to: 390# You might try to:
391# - run "git bootstrap configure=default", to rebuild Emacs with the
392#   default configuration options, which might fix the problem
391# - run "git clean -fdx" and run "make bootstrap" again, which might 393# - run "git clean -fdx" and run "make bootstrap" again, which might
392#   fix the problem 394#   fix the problem if "git boostrap configure=default" did not
393#   !BEWARE! "git clean -fdx" deletes all files that are not under 395#   !BEWARE! "git clean -fdx" deletes all files that are not under
394#   !BEWARE! version control, which means that all changes to such 396#   !BEWARE! version control, which means that all changes to such
395#   !BEWARE! files will be lost and cannot be restored later 397#   !BEWARE! files will be lost and cannot be restored later