Reflect comings and goings of files.
This commit is contained in:
parent
fb506180fa
commit
ff4aa51d9a
4 changed files with 15 additions and 10 deletions
|
@ -263,7 +263,6 @@ remote-vx68.c
|
|||
remote-vx960.c
|
||||
remote-vxmips.c
|
||||
remote-vxsparc.c
|
||||
remote-z8k.c
|
||||
remote.c
|
||||
rs6000-nat.c
|
||||
rs6000-tdep.c
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Each directory to survive it's way into a release will need a file
|
||||
# .Sanitize for devo/gdb/config/h8300.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
# and must exist in the order specified by this file. Each directory
|
||||
# in the tree will be processed, top down, in the following order.
|
||||
|
@ -9,7 +11,7 @@
|
|||
|
||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
||||
# line are executed as a /bin/sh shell script before anything else is
|
||||
# done in this
|
||||
# done in this directory.
|
||||
|
||||
Do-first:
|
||||
|
||||
|
@ -21,7 +23,7 @@ Do-first:
|
|||
|
||||
Things-to-keep:
|
||||
|
||||
h8300hms.mt
|
||||
h8300.mt
|
||||
tm-h8300.h
|
||||
|
||||
Things-to-lose:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Each directory to survive it's way into a release will need a file
|
||||
# .Sanitize for devo/gdb/config/h8500.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
# and must exist in the order specified by this file. Each directory
|
||||
# in the tree will be processed, top down, in the following order.
|
||||
|
@ -9,7 +11,7 @@
|
|||
|
||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
||||
# line are executed as a /bin/sh shell script before anything else is
|
||||
# done in this
|
||||
# done in this directory.
|
||||
|
||||
Do-first:
|
||||
|
||||
|
@ -21,7 +23,7 @@ Do-first:
|
|||
|
||||
Things-to-keep:
|
||||
|
||||
h8500hms.mt
|
||||
h8500.mt
|
||||
tm-h8500.h
|
||||
|
||||
Things-to-lose:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Each directory to survive it's way into a release will need a file
|
||||
# .Sanitize for devo/gdb/config/z8k.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
# and must exist in the order specified by this file. Each directory
|
||||
# in the tree will be processed, top down, in the following order.
|
||||
|
@ -9,7 +11,7 @@
|
|||
|
||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
||||
# line are executed as a /bin/sh shell script before anything else is
|
||||
# done in this
|
||||
# done in this directory.
|
||||
|
||||
Do-first:
|
||||
|
||||
|
@ -22,7 +24,7 @@ Do-first:
|
|||
Things-to-keep:
|
||||
|
||||
tm-z8k.h
|
||||
z8ksim.mt
|
||||
z8k.mt
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
|
|
Loading…
Reference in a new issue