diff options
author | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
commit | 87756e15db9426efa646df410eed1de8533174ac (patch) | |
tree | b417cb3c813b0e1dbc3612b0e9b2bbdbfaffa865 /ld | |
parent | 7b85349fe85f22b96495ef7eff04c6e5b28c3d66 (diff) | |
download | gdb-87756e15db9426efa646df410eed1de8533174ac.zip gdb-87756e15db9426efa646df410eed1de8533174ac.tar.gz gdb-87756e15db9426efa646df410eed1de8533174ac.tar.bz2 |
added things-to-lose sections
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.Sanitize | 3 | ||||
-rw-r--r-- | ld/config/.Sanitize | 2 | ||||
-rw-r--r-- | ld/scripts/.Sanitize | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index d3180e6..10e61dc 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -28,6 +28,7 @@ fi # with rm -rf. Things-to-keep: + ChangeLog Makefile.in NEWS @@ -142,6 +143,8 @@ z8ksim.em z8ksim.sc-sh z8ksim.sh +Things-to-lose: + Do-last: echo Looking for signs of \"v9\"... diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 194fd29..b4cc21b 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -66,6 +66,8 @@ vax.mt vxworks68.mt z8ksim.mt +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/ld/scripts/.Sanitize b/ld/scripts/.Sanitize index 154c77c..620d38a 100644 --- a/ld/scripts/.Sanitize +++ b/ld/scripts/.Sanitize @@ -27,6 +27,8 @@ Things-to-keep: isc-sysv3.2.sc +Things-to-lose: + Do-last: # End of file. |