]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert 60de98f6f0 and b2d419ed5b.
authorGregory Heytings <gregory@heytings.org>
Mon, 19 Sep 2022 07:38:58 +0000 (09:38 +0200)
committerGregory Heytings <gregory@heytings.org>
Mon, 19 Sep 2022 07:38:58 +0000 (09:38 +0200)
Makefile.in

index 43108dc37f6c845dd0def8e73f46b205d9fdd7b2..de263c6858b813c0f91cee0710483e424cf9b266 100644 (file)
@@ -380,30 +380,26 @@ bootstrap-all:
 actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lisp
 
 # ADVICE-ON-FAILURE-BEGIN:all
-# It can help to run "make bootstrap", which can resolve many build
-# failures caused by incrementally building from a previously built
-# checkout.
-
-# Failing that, running "make V=1" will cause Make to display the full
-# commands it invokes to build Emacs, which helps to investigate the
-# problem.
+#   You might try to:
+#   - run "make bootstrap", which might fix the problem
+#   - run "make V=1", which displays the full commands invoked by make,
+#     to further investigate the problem
 # ADVICE-ON-FAILURE-END:all
 
 # ADVICE-ON-FAILURE-BEGIN:bootstrap
-# If "make bootstrap" failed, try running "make extraclean" and then
-# "make bootstrap" again.  If that still fails and you are building
-# Emacs from a repository checkout, run "git clean -fdx" and retry
-# "make bootstrap".  Otherwise, please report a bug by sending email
-# to bug-gnu-emacs@gnu.org.
-#
-# Take care: "git clean -fdx" deletes all files that are not under
-# version control, which means that all changes to such files will be
-# lost and cannot be restored later.
+#   You might try to:
+#   - run "git clean -fdx" and run "make bootstrap" again, which might
+#     fix the problem
+#     !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
+#   - run "make V=1", which displays the full commands invoked by make,
+#     to further investigate the problem
 # ADVICE-ON-FAILURE-END:bootstrap
 
 advice-on-failure:
        @echo
-       @echo "make ${make-target}\" failed with exit status ${exit-status}."
+       @echo "  \"make ${make-target}\" failed with exit status ${exit-status}."
        @cat Makefile | \
          sed -n '/^# ADVICE-ON-FAILURE-BEGIN:${make-target}/,$${p;/^# ADVICE-ON-FAILURE-END:${make-target}/q};' | \
          sed 's/^# //' | grep -v '^ADVICE-ON-FAILURE-'