summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-09-19 15:20:25 +0800
committerPo Lu <luangruo@yahoo.com>2022-09-19 15:20:25 +0800
commit60de98f6f016d66deb4ddf7934245961237a64fb (patch)
tree67afcb4e821fffdc978df64a0722247a11e1b999 /Makefile.in
parentb2d419ed5bf052499d497c50a60c4dd14f176858 (diff)
downloademacs-60de98f6f016d66deb4ddf7934245961237a64fb.tar.gz
* Makefile.in: Readd warnings about "git clean -fdx"
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c9923a1f67..43108dc37f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -395,6 +395,10 @@ actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lis
# 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.
# ADVICE-ON-FAILURE-END:bootstrap
advice-on-failure: