(extraclean): rm *diff, *lose, config/*lose.

(mostlyclean): rm config/core.

From-SVN: r2673
This commit is contained in:
Richard Stallman 1992-11-01 01:06:18 +00:00
parent 9614be6248
commit 99f1660ff6
1 changed files with 2 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ mostlyclean:
# Delete sorted indices we don't actually use.
-rm -f gcc.vrs gcc.kys gcc.tps gcc.pgs gcc.fns
# Delete core dumps.
-rm -f core
-rm -f core config/core
# Delete all files made by compilation
# that don't exist in the distribution.
@ -1331,6 +1331,7 @@ extraclean: distclean
-rm -rf =* #* *~* config/=* config/#* config/*~*
-rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej
-rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar *diff
-rm -f *lose config/*lose
-rm -f *.s *.s[0-9] *.i install1.texi config/ChangeLog
# Get rid of every file that's generated from some other file.