diff options
author | Po Lu <luangruo@yahoo.com> | 2022-09-19 15:20:25 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-09-19 15:20:25 +0800 |
commit | 60de98f6f016d66deb4ddf7934245961237a64fb (patch) | |
tree | 67afcb4e821fffdc978df64a0722247a11e1b999 /Makefile.in | |
parent | b2d419ed5bf052499d497c50a60c4dd14f176858 (diff) | |
download | emacs-60de98f6f016d66deb4ddf7934245961237a64fb.tar.gz |
* Makefile.in: Readd warnings about "git clean -fdx"
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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: |