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: Alfred M. Szmidt
Subject: Re: A more radical cleanup for make bootstrap?
Date: Tue, 20 Sep 2022 02:38:28 -0400

   > It's not clear from the comments what extraclean does.  The comments 
   > just say it does "delete backup and autosave files, too", without 
   > specifying the files whose backup and autosave files get deleted.

   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.



reply via email to

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