mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +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
|
# Each directory to survive its way into a release will need a file
|
||||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
@ -27,7 +27,9 @@ Things-to-keep:
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
Makefile.in
|
Makefile.in
|
||||||
TODO
|
TODO
|
||||||
|
aclocal.m4
|
||||||
config
|
config
|
||||||
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
gdb.base
|
gdb.base
|
||||||
gdb.c++
|
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
|
# Each directory to survive its way into a release will need a file
|
||||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
@ -35,6 +35,7 @@ callfuncs.c
|
|||||||
callfuncs.exp
|
callfuncs.exp
|
||||||
commands.exp
|
commands.exp
|
||||||
compiler.c
|
compiler.c
|
||||||
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
corefile.exp
|
corefile.exp
|
||||||
coremaker.c
|
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
|
# Each directory to survive its way into a release will need a file
|
||||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
@ -30,6 +30,7 @@ callch.exp
|
|||||||
chexp.exp
|
chexp.exp
|
||||||
chillvars.ch
|
chillvars.ch
|
||||||
chillvars.exp
|
chillvars.exp
|
||||||
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
func1.ch
|
func1.ch
|
||||||
misc.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,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
# and must exist in the order specified by this file. Each directory
|
# and must exist in the order specified by this file. Each directory
|
||||||
# in the tree will be processed, top down, in the following order.
|
# in the tree will be processed, top down, in the following order.
|
||||||
@ -24,12 +24,14 @@ Do-first:
|
|||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
hppa.exp
|
hppa.exp
|
||||||
hppa.mt
|
hppa.mt
|
||||||
hppa.s
|
hppa.s
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
sh3.exp
|
sh3.exp
|
||||||
sh3.mt
|
sh3.mt
|
||||||
sh3.s
|
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,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
# and must exist in the order specified by this file. Each directory
|
# and must exist in the order specified by this file. Each directory
|
||||||
# in the tree will be processed, top down, in the following order.
|
# in the tree will be processed, top down, in the following order.
|
||||||
@ -24,7 +26,9 @@ Things-to-keep:
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
alpha.mt
|
alpha.mt
|
||||||
aout.mt
|
aout.mt
|
||||||
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
|
default.mt
|
||||||
ecoff.mt
|
ecoff.mt
|
||||||
aout.sed
|
aout.sed
|
||||||
ecoff.sed
|
ecoff.sed
|
||||||
|
Reference in New Issue
Block a user