emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 60de98f6f0 2/2: * Makefile.in: Readd warnings about "git clean -f


From: Po Lu
Subject: master 60de98f6f0 2/2: * Makefile.in: Readd warnings about "git clean -fdx"
Date: Mon, 19 Sep 2022 03:21:05 -0400 (EDT)

branch: master
commit 60de98f6f016d66deb4ddf7934245961237a64fb
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * Makefile.in: Readd warnings about "git clean -fdx"
---
 Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 9c9923a1f6..43108dc37f 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]