* src/Makefile.in (clean): Delete versioned pdmp files.
Else build number increments without limit even in clean builds.
This commit is contained in:
parent
0f94d422f1
commit
020f623372
1 changed files with 2 additions and 1 deletions
|
@ -690,7 +690,8 @@ mostlyclean:
|
|||
rm -f globals.h gl-stamp
|
||||
rm -f ./*.res ./*.tmp
|
||||
clean: mostlyclean
|
||||
rm -f emacs-*.*.*[0-9]$(EXEEXT) emacs$(EXEEXT) $(DEPDIR)/*
|
||||
rm -f emacs-*.*.*[0-9]$(EXEEXT) emacs-*.*.*[0-9].pdmp
|
||||
rm -f emacs$(EXEEXT) $(DEPDIR)/*
|
||||
|
||||
## bootstrap-clean is used to clean up just before a bootstrap.
|
||||
## It should remove all files generated during a compilation/bootstrap,
|
||||
|
|
Loading…
Add table
Reference in a new issue