aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-17 04:07:35 +0000
committerRichard Stallman <rms@gnu.org>1993-05-17 04:07:35 +0000
commit3dab45b7fa207e701380ac316e61382a3ab50227 (patch)
tree784b1d3505a6c2dc8aa1d65f55e628335c7d542c /gcc
parent6bd4352429afca8da067b4fa3f52854ce80981a6 (diff)
downloadgcc-3dab45b7fa207e701380ac316e61382a3ab50227.zip
gcc-3dab45b7fa207e701380ac316e61382a3ab50227.tar.gz
gcc-3dab45b7fa207e701380ac316e61382a3ab50227.tar.bz2
(extraclean): Delete junk in subdirs of config.
(distclean): Delete {c,cplus,objc}-parse.output. From-SVN: r4482
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4f80dda..fd798de 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1472,14 +1472,19 @@ distclean: clean
-rm -f tm.h aux-output.c config.h md config.status tconfig.h hconfig.h
-rm -f Makefile *.oaux
-rm -fr stage1 stage2 stage3 stage4
+ -rm -f cp-parse.output
+ -rm -f objc-parse.output
+ -rm -f c-parse.output
# Delete anything likely to be found in the source directory
# that shouldn't be in the distribution.
extraclean: distclean
-rm -rf =* ./"#"* *~* config/=* config/"#"* config/*~*
-rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej
+ -rm -f config/*/=* config/*/"#"* config/*/*~*
+ -rm -f config/*/*.orig config/*/*.rej
-rm -f *.dvi *.oaux *.d *.[zZ] *.tar *.xtar *diff
- -rm -f *lose config/*lose
+ -rm -f *lose config/*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.