diff options
author | John Gilmore <gnu@cygnus> | 1993-02-03 09:01:53 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-03 09:01:53 +0000 |
commit | 6a467dd255b370198a0de76d5c2d07a88d4c3e7c (patch) | |
tree | ec31490eb8fe417187fd1986543eef07639cca6f /sim/h8300 | |
parent | 0f03541a577cbaabae3ef69b3f839bd95af9bfcd (diff) | |
download | gdb-6a467dd255b370198a0de76d5c2d07a88d4c3e7c.zip gdb-6a467dd255b370198a0de76d5c2d07a88d4c3e7c.tar.gz gdb-6a467dd255b370198a0de76d5c2d07a88d4c3e7c.tar.bz2 |
Add perifs.c and state.h; elim extraneous output.
Diffstat (limited to 'sim/h8300')
-rw-r--r-- | sim/h8300/.Sanitize | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sim/h8300/.Sanitize b/sim/h8300/.Sanitize index 7ba3633..4a39396 100644 --- a/sim/h8300/.Sanitize +++ b/sim/h8300/.Sanitize @@ -17,8 +17,6 @@ Do-first: -echo Sanitizing `pwd`... - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -34,10 +32,9 @@ writecode.c run.c p1.c p3.c +perifs.c +state.h Do-last: -echo Done in `pwd`. - - # End of file. |