1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* Makefile.in: Readd warnings about "git clean -fdx"

This commit is contained in:
Po Lu 2022-09-19 15:20:25 +08:00
parent b2d419ed5b
commit 60de98f6f0

View File

@ -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: