diff options
author | Steve Chamberlain <steve@cygnus> | 1991-09-03 21:04:24 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-09-03 21:04:24 +0000 |
commit | 30104b16c32c5173e72221394a6319de81fd9581 (patch) | |
tree | 94385f62d921e3e7d18198eaee40f4626c579da4 /ld/config | |
parent | 01bc4918d7d850eac440398dbf68807587aeb9a0 (diff) | |
download | gdb-30104b16c32c5173e72221394a6319de81fd9581.zip gdb-30104b16c32c5173e72221394a6319de81fd9581.tar.gz gdb-30104b16c32c5173e72221394a6319de81fd9581.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 7629f3c..ce43953 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -20,7 +20,7 @@ Do-first: echo Sanitizing `pwd`... if ( echo $* | grep keep\-v9 > /dev/null ) ; then - keep_these_too=hmake-sun4-64 + keep_these_too=h-sun4-64 fi # All files listed between the "Things-to-keep:" line and the @@ -30,14 +30,14 @@ fi # with rm -rf. Things-to-keep: -hmake-rtbsd -hmake-dgux -hmake-sun3 -hmake-sun4 -hmake-dec3100 -tmake-sun4 -tmake-m88k-bcs -tmake-coff-a29k +h-rtbsd +h-dgux +h-sun3 +h-sun4 +h-dec3100 +t-sun4 +t-m88k-bcs +t-coff-a29k Do-last: echo Done in `pwd`. @@ -45,7 +45,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.4 1991/07/15 23:41:06 steve +# Revision 1.5 1991/09/03 21:04:24 steve +# *** empty log message *** +# +# Revision 1.4 1991/07/15 23:41:06 steve # *** empty log message *** # # Revision 1.3 1991/06/14 22:11:24 steve |