emacs-devel
[Top][All Lists]
Advanced

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

Re: A more radical cleanup for make bootstrap?


From: Gregory Heytings
Subject: Re: A more radical cleanup for make bootstrap?
Date: Tue, 20 Sep 2022 08:22:30 +0000


extraclean removes all generated files, and also all *~ and #* files. If removing these files is a potential problem, they could perhaps be kept by bootstrap (or be kept conditionally to some variable). But note that *~ files are by default not created by Emacs, unless you've set vc-make-backup-files to t in your init file.

vc-make-backup-files only applies for files under version control, Non-version controlled files get backup files created by default.

So if you have a file, not under version control, its backup files might get removed. That extraclean deletes files it does not know about (*~ and #*) seems like a mis-feature.


After thinking a bit more about this, IMO these backup and autosaved files can be kept by the new bootstrap-clean, given that it seems unlikely that these files have an effect on the build, or at least that it is not more likely that they could impact the build more than user-created files (which aren't deleted by extraclean either).



reply via email to

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