mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Always keep the newly-added configure scripts.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# .Sanitize for gdb/testsuite.
|
||||
# .Sanitize for devo/gdb/testsuite.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
@ -27,7 +27,9 @@ Things-to-keep:
|
||||
ChangeLog
|
||||
Makefile.in
|
||||
TODO
|
||||
aclocal.m4
|
||||
config
|
||||
configure
|
||||
configure.in
|
||||
gdb.base
|
||||
gdb.c++
|
||||
|
@ -1,4 +1,4 @@
|
||||
# .Sanitize for gdb/testsuite/gdb.base.
|
||||
# .Sanitize for devo/gdb/testsuite/gdb.base.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
@ -35,6 +35,7 @@ callfuncs.c
|
||||
callfuncs.exp
|
||||
commands.exp
|
||||
compiler.c
|
||||
configure
|
||||
configure.in
|
||||
corefile.exp
|
||||
coremaker.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# .Sanitize for gdb/testsuite/gdb.chill.
|
||||
# .Sanitize for devo/gdb/testsuite/gdb.chill.
|
||||
|
||||
# Each directory to survive its way into a release will need a file
|
||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||
@ -30,6 +30,7 @@ callch.exp
|
||||
chexp.exp
|
||||
chillvars.ch
|
||||
chillvars.exp
|
||||
configure
|
||||
configure.in
|
||||
func1.ch
|
||||
misc.ch
|
||||
|
@ -1,6 +1,6 @@
|
||||
# .Sanitize for deja-gnu.
|
||||
# .Sanitize for devo/gdb/testsuite/gdb.disasm.
|
||||
|
||||
# Each directory to survive it's way into a release will need a file
|
||||
# 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.
|
||||
@ -24,12 +24,14 @@ Do-first:
|
||||
Things-to-keep:
|
||||
|
||||
Makefile.in
|
||||
configure
|
||||
configure.in
|
||||
hppa.exp
|
||||
hppa.mt
|
||||
hppa.s
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
sh3.exp
|
||||
sh3.mt
|
||||
sh3.s
|
||||
|
@ -1,4 +1,6 @@
|
||||
# Each directory to survive it's way into a release will need a file
|
||||
# .Sanitize for devo/gdb/testsuite/gdb.stabs.
|
||||
|
||||
# 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.
|
||||
@ -24,7 +26,9 @@ Things-to-keep:
|
||||
Makefile.in
|
||||
alpha.mt
|
||||
aout.mt
|
||||
configure
|
||||
configure.in
|
||||
default.mt
|
||||
ecoff.mt
|
||||
aout.sed
|
||||
ecoff.sed
|
||||
|
Reference in New Issue
Block a user