From 60de98f6f016d66deb4ddf7934245961237a64fb Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 19 Sep 2022 15:20:25 +0800 Subject: [PATCH] * 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 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: -- 2.39.2