fix sanitization for gettext changes
This commit is contained in:
parent
d173ccbcbb
commit
e33bfde75c
16 changed files with 351 additions and 92 deletions
|
@ -1,4 +1,4 @@
|
||||||
# .Sanitize for devo/gas.
|
# .Sanitize for devo/gas
|
||||||
|
|
||||||
# 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,
|
||||||
|
@ -23,7 +23,7 @@ for d in obsolete regress regress.m68k testscripts ; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -45,6 +45,7 @@ aclocal.m4
|
||||||
app.c
|
app.c
|
||||||
as.c
|
as.c
|
||||||
as.h
|
as.h
|
||||||
|
asintl.h
|
||||||
atof-generic.c
|
atof-generic.c
|
||||||
bignum-copy.c
|
bignum-copy.c
|
||||||
bignum.h
|
bignum.h
|
||||||
|
@ -52,8 +53,8 @@ bit_fix.h
|
||||||
cgen.c
|
cgen.c
|
||||||
cond.c
|
cond.c
|
||||||
config
|
config
|
||||||
config.in
|
|
||||||
config-gas.com
|
config-gas.com
|
||||||
|
config.in
|
||||||
configure
|
configure
|
||||||
configure.bat
|
configure.bat
|
||||||
configure.in
|
configure.in
|
||||||
|
@ -81,14 +82,14 @@ hash.h
|
||||||
input-file.c
|
input-file.c
|
||||||
input-file.h
|
input-file.h
|
||||||
input-scrub.c
|
input-scrub.c
|
||||||
link.cmd
|
|
||||||
listing.c
|
|
||||||
listing.h
|
|
||||||
literal.c
|
|
||||||
itbl-lex.l
|
itbl-lex.l
|
||||||
itbl-ops.c
|
itbl-ops.c
|
||||||
itbl-ops.h
|
itbl-ops.h
|
||||||
itbl-parse.y
|
itbl-parse.y
|
||||||
|
link.cmd
|
||||||
|
listing.c
|
||||||
|
listing.h
|
||||||
|
literal.c
|
||||||
mac-as.r
|
mac-as.r
|
||||||
macro.c
|
macro.c
|
||||||
macro.h
|
macro.h
|
||||||
|
@ -99,6 +100,7 @@ mpw-make.sed
|
||||||
obj.h
|
obj.h
|
||||||
output-file.c
|
output-file.c
|
||||||
output-file.h
|
output-file.h
|
||||||
|
po
|
||||||
read.c
|
read.c
|
||||||
read.h
|
read.h
|
||||||
sb.c
|
sb.c
|
||||||
|
@ -118,6 +120,12 @@ write.h
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
v850_files="ChangeLog configure.in configure"
|
v850_files="ChangeLog configure.in configure"
|
||||||
|
@ -432,5 +440,4 @@ for i in * ; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
# eof
|
||||||
# End of file.
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -55,11 +55,11 @@ aout_gnu.h
|
||||||
atof-ieee.c
|
atof-ieee.c
|
||||||
atof-tahoe.c
|
atof-tahoe.c
|
||||||
atof-vax.c
|
atof-vax.c
|
||||||
go32.cfg
|
|
||||||
e-i386coff.c
|
e-i386coff.c
|
||||||
e-i386elf.c
|
e-i386elf.c
|
||||||
e-mipsecoff.c
|
e-mipsecoff.c
|
||||||
e-mipself.c
|
e-mipself.c
|
||||||
|
go32.cfg
|
||||||
itbl-mips.h
|
itbl-mips.h
|
||||||
m68k-parse.h
|
m68k-parse.h
|
||||||
m68k-parse.y
|
m68k-parse.y
|
||||||
|
@ -147,8 +147,8 @@ tc-z8k.c
|
||||||
tc-z8k.h
|
tc-z8k.h
|
||||||
te-386bsd.h
|
te-386bsd.h
|
||||||
te-aux.h
|
te-aux.h
|
||||||
te-delta.h
|
|
||||||
te-delt88.h
|
te-delt88.h
|
||||||
|
te-delta.h
|
||||||
te-dpx2.h
|
te-dpx2.h
|
||||||
te-dynix.h
|
te-dynix.h
|
||||||
te-generic.h
|
te-generic.h
|
||||||
|
@ -175,15 +175,20 @@ te-sun3.h
|
||||||
te-svr4.h
|
te-svr4.h
|
||||||
te-sysv32.h
|
te-sysv32.h
|
||||||
vax-inst.h
|
vax-inst.h
|
||||||
vms-conf.h
|
|
||||||
vms-a-conf.h
|
vms-a-conf.h
|
||||||
|
vms-conf.h
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
r5900_files="tc-mips.c"
|
r5900_files="tc-mips.c"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
||||||
for i in $r5900_files ; do
|
for i in $r5900_files ; do
|
||||||
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
||||||
|
@ -240,7 +245,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tx19_files="tc-mips.c"
|
tx19_files="tc-mips.c"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
||||||
for i in $tx19_files ; do
|
for i in $tx19_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
|
||||||
|
@ -269,7 +273,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tx49_files="ChangeLog tc-mips.c"
|
tx49_files="ChangeLog tc-mips.c"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
||||||
for i in $tx49_files ; do
|
for i in $tx49_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
||||||
|
@ -298,7 +301,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="obj-coff.h"
|
tic80_files="obj-coff.h"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
||||||
|
@ -442,4 +444,4 @@ for i in * ; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Sanitize.in for devo.
|
# .Sanitize for devo/gas/doc
|
||||||
#
|
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -12,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -25,7 +24,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -60,6 +59,12 @@ internals.texi
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
v850e_files="c-v850.texi"
|
v850e_files="c-v850.texi"
|
||||||
|
@ -146,13 +151,10 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Don't try to clean directories here, as the 'mv' command will fail.
|
|
||||||
# Also, grep fails on NFS mounted directories.
|
|
||||||
|
|
||||||
for i in * ; do
|
for i in * ; do
|
||||||
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
||||||
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
|
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
41
gas/po/.Sanitize
Normal file
41
gas/po/.Sanitize
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# .Sanitize for devo/gas/po
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Hash started lines like this one are comments and will be deleted
|
||||||
|
# before anything else is done. Blank lines will also be squashed
|
||||||
|
# out.
|
||||||
|
|
||||||
|
# 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 directory.
|
||||||
|
|
||||||
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
# called. Directories not listed will be removed in their entirety
|
||||||
|
# with rm -rf.
|
||||||
|
|
||||||
|
Things-to-keep:
|
||||||
|
|
||||||
|
Make-in
|
||||||
|
POTFILES.in
|
||||||
|
gas.pot
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Do-last:
|
||||||
|
|
||||||
|
# eof
|
|
@ -1,8 +1,6 @@
|
||||||
# Sanitize.in for devo.
|
# .Sanitize for devo/gas/testsuite/gas
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -13,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -42,7 +40,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -77,6 +75,12 @@ vax
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
|
@ -1,5 +1,27 @@
|
||||||
|
# .Sanitize for devo/gas/testsuite/gas/d30v
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Hash started lines like this one are comments and will be deleted
|
||||||
|
# before anything else is done. Blank lines will also be squashed
|
||||||
|
# out.
|
||||||
|
|
||||||
|
# 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 directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
# called. Directories not listed will be removed in their entirety
|
||||||
|
# with rm -rf.
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
align.d
|
align.d
|
||||||
|
@ -18,4 +40,12 @@ reloc.s
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
Do-last:
|
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
Do-last:
|
||||||
|
|
||||||
|
# eof
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# Sanitize.in for devo.
|
# .Sanitize for devo/gas/testsuite/gas/hppa
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -13,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -24,7 +22,7 @@ for d in more.parse ; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -37,6 +35,14 @@ parse
|
||||||
reloc
|
reloc
|
||||||
unsorted
|
unsorted
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Sanitize.in for devo/gas/testsuite/gas/m32r.
|
# .Sanitize for devo/gas/testsuite/gas/m32r
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
allinsn.exp
|
|
||||||
allinsn.d
|
allinsn.d
|
||||||
|
allinsn.exp
|
||||||
allinsn.s
|
allinsn.s
|
||||||
high-1.d
|
high-1.d
|
||||||
high-1.s
|
high-1.s
|
||||||
|
@ -43,6 +43,12 @@ uppercase.s
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
for i in * ; do
|
for i in * ; do
|
||||||
|
@ -51,4 +57,4 @@ for i in * ; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# .Sanitize for devo/gas/testsuite/gas/mips.
|
# .Sanitize for devo/gas/testsuite/gas/mips
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -111,17 +111,17 @@ la.s
|
||||||
lb-empic.d
|
lb-empic.d
|
||||||
lb-pic.s
|
lb-pic.s
|
||||||
lb-svr4pic.d
|
lb-svr4pic.d
|
||||||
lb-xgot.d
|
|
||||||
lb-xgot-ilocks.d
|
lb-xgot-ilocks.d
|
||||||
|
lb-xgot.d
|
||||||
lb.d
|
lb.d
|
||||||
lb.s
|
lb.s
|
||||||
ld.d
|
|
||||||
ld.s
|
|
||||||
ld-empic.d
|
ld-empic.d
|
||||||
ld-ilocks.d
|
ld-ilocks.d
|
||||||
ld-pic.s
|
ld-pic.s
|
||||||
ld-svr4pic.d
|
ld-svr4pic.d
|
||||||
ld-xgot.d
|
ld-xgot.d
|
||||||
|
ld.d
|
||||||
|
ld.s
|
||||||
li.d
|
li.d
|
||||||
li.s
|
li.s
|
||||||
lif-empic.d
|
lif-empic.d
|
||||||
|
@ -150,12 +150,12 @@ sb.d
|
||||||
sb.s
|
sb.s
|
||||||
trunc.d
|
trunc.d
|
||||||
trunc.s
|
trunc.s
|
||||||
|
uld.d
|
||||||
|
uld.s
|
||||||
ulh-empic.d
|
ulh-empic.d
|
||||||
ulh-pic.s
|
ulh-pic.s
|
||||||
ulh-svr4pic.d
|
ulh-svr4pic.d
|
||||||
ulh-xgot.d
|
ulh-xgot.d
|
||||||
uld.d
|
|
||||||
uld.s
|
|
||||||
ulh.d
|
ulh.d
|
||||||
ulh.s
|
ulh.s
|
||||||
ulw.d
|
ulw.d
|
||||||
|
@ -169,6 +169,12 @@ usw.s
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
tx19_files="mips.exp"
|
tx19_files="mips.exp"
|
||||||
|
@ -311,4 +317,4 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Sanitize.in for devo.
|
# .Sanitize for devo/gprof
|
||||||
#
|
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -12,12 +11,13 @@
|
||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -25,7 +25,6 @@ Do-first:
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
.gdbinit
|
.gdbinit
|
||||||
bb_exit_func.c
|
|
||||||
ChangeLog
|
ChangeLog
|
||||||
Makefile.am
|
Makefile.am
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
@ -37,6 +36,7 @@ aclocal.m4
|
||||||
alpha.c
|
alpha.c
|
||||||
basic_blocks.c
|
basic_blocks.c
|
||||||
basic_blocks.h
|
basic_blocks.h
|
||||||
|
bb_exit_func.c
|
||||||
bbconv.pl
|
bbconv.pl
|
||||||
bsd_callg_bl.m
|
bsd_callg_bl.m
|
||||||
call_graph.c
|
call_graph.c
|
||||||
|
@ -69,6 +69,7 @@ hertz.h
|
||||||
hist.c
|
hist.c
|
||||||
hist.h
|
hist.h
|
||||||
i386.c
|
i386.c
|
||||||
|
po
|
||||||
search_list.c
|
search_list.c
|
||||||
search_list.h
|
search_list.h
|
||||||
source.c
|
source.c
|
||||||
|
@ -90,6 +91,10 @@ Things-to-lose:
|
||||||
make_hp_order_obj
|
make_hp_order_obj
|
||||||
make_solaris_order_map
|
make_solaris_order_map
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
# End of file.
|
# eof
|
||||||
|
|
41
gprof/po/.Sanitize
Normal file
41
gprof/po/.Sanitize
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# .Sanitize for devo/gprof/po
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Hash started lines like this one are comments and will be deleted
|
||||||
|
# before anything else is done. Blank lines will also be squashed
|
||||||
|
# out.
|
||||||
|
|
||||||
|
# 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 directory.
|
||||||
|
|
||||||
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
# called. Directories not listed will be removed in their entirety
|
||||||
|
# with rm -rf.
|
||||||
|
|
||||||
|
Things-to-keep:
|
||||||
|
|
||||||
|
Make-in
|
||||||
|
POTFILES.in
|
||||||
|
gprof.pot
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Do-last:
|
||||||
|
|
||||||
|
# eof
|
69
intl/.Sanitize
Normal file
69
intl/.Sanitize
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
# .Sanitize for devo/intl
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Hash started lines like this one are comments and will be deleted
|
||||||
|
# before anything else is done. Blank lines will also be squashed
|
||||||
|
# out.
|
||||||
|
|
||||||
|
# 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 directory.
|
||||||
|
|
||||||
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
# called. Directories not listed will be removed in their entirety
|
||||||
|
# with rm -rf.
|
||||||
|
|
||||||
|
Things-to-keep:
|
||||||
|
|
||||||
|
ChangeLog
|
||||||
|
ChangeLog.Cygnus
|
||||||
|
Makefile.in
|
||||||
|
acconfig.h
|
||||||
|
aclocal.m4
|
||||||
|
bindtextdom.c
|
||||||
|
cat-compat.c
|
||||||
|
config.in
|
||||||
|
configure
|
||||||
|
configure.in
|
||||||
|
dcgettext.c
|
||||||
|
dgettext.c
|
||||||
|
explodename.c
|
||||||
|
finddomain.c
|
||||||
|
gettext.c
|
||||||
|
gettext.h
|
||||||
|
gettextP.h
|
||||||
|
hash-string.h
|
||||||
|
intl-compat.c
|
||||||
|
intlh.inst.in
|
||||||
|
l10nflist.c
|
||||||
|
libgettext.h
|
||||||
|
libintl.glibc
|
||||||
|
linux-msg.sed
|
||||||
|
loadinfo.h
|
||||||
|
loadmsgcat.c
|
||||||
|
localealias.c
|
||||||
|
po2tbl.sed.in
|
||||||
|
textdomain.c
|
||||||
|
xopen-msg.sed
|
||||||
|
|
||||||
|
Things-to-lose:
|
||||||
|
|
||||||
|
README-CYGNUS
|
||||||
|
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
Do-last:
|
||||||
|
|
||||||
|
# eof
|
28
ld/.Sanitize
28
ld/.Sanitize
|
@ -1,4 +1,4 @@
|
||||||
# .Sanitize for devo/ld.
|
# .Sanitize for devo/ld
|
||||||
|
|
||||||
# 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,
|
||||||
|
@ -15,8 +15,9 @@
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
@ -30,8 +31,8 @@ NEWS
|
||||||
README
|
README
|
||||||
TODO
|
TODO
|
||||||
acconfig.h
|
acconfig.h
|
||||||
aclocal.m4
|
|
||||||
acinclude.m4
|
acinclude.m4
|
||||||
|
aclocal.m4
|
||||||
config.in
|
config.in
|
||||||
configure
|
configure
|
||||||
configure.bat
|
configure.bat
|
||||||
|
@ -41,10 +42,10 @@ configure.tgt
|
||||||
dep-in.sed
|
dep-in.sed
|
||||||
emulparams
|
emulparams
|
||||||
emultempl
|
emultempl
|
||||||
|
gen-doc.texi
|
||||||
genscripts.sh
|
genscripts.sh
|
||||||
h8-doc.texi
|
h8-doc.texi
|
||||||
ld.1
|
ld.1
|
||||||
gen-doc.texi
|
|
||||||
ld.h
|
ld.h
|
||||||
ld.texinfo
|
ld.texinfo
|
||||||
ldcref.c
|
ldcref.c
|
||||||
|
@ -74,12 +75,13 @@ lexsup.c
|
||||||
mac-ld.r
|
mac-ld.r
|
||||||
mpw-config.in
|
mpw-config.in
|
||||||
mpw-elfmips.c
|
mpw-elfmips.c
|
||||||
mpw-idtmips.c
|
|
||||||
mpw-eppcmac.c
|
mpw-eppcmac.c
|
||||||
mpw-esh.c
|
mpw-esh.c
|
||||||
|
mpw-idtmips.c
|
||||||
mpw-make.sed
|
mpw-make.sed
|
||||||
mri.c
|
mri.c
|
||||||
mri.h
|
mri.h
|
||||||
|
po
|
||||||
scripttempl
|
scripttempl
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
sysdep.h
|
sysdep.h
|
||||||
|
@ -87,10 +89,15 @@ testsuite
|
||||||
|
|
||||||
Things-to-lose:
|
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.
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
v850_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
v850_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
||||||
for i in $v850_files ; do
|
for i in $v850_files ; do
|
||||||
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
||||||
|
@ -119,7 +126,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tx49_files="ChangeLog configure.tgt"
|
tx49_files="ChangeLog configure.tgt"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
||||||
for i in $tx49_files ; do
|
for i in $tx49_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
||||||
|
@ -148,7 +154,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
r5900_files="ChangeLog configure.tgt Makefile.in Makefile.am"
|
r5900_files="ChangeLog configure.tgt Makefile.in Makefile.am"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
||||||
for i in $r5900_files ; do
|
for i in $r5900_files ; do
|
||||||
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
|
||||||
|
@ -177,7 +182,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vr4320_files="ChangeLog configure.tgt"
|
vr4320_files="ChangeLog configure.tgt"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
||||||
for i in $vr4320_files ; do
|
for i in $vr4320_files ; do
|
||||||
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
|
||||||
|
@ -206,7 +210,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
tic80_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
||||||
|
@ -235,7 +238,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d30v_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
d30v_files="ChangeLog configure.tgt Makefile.am Makefile.in"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
for i in $d30v_files ; do
|
for i in $d30v_files ; do
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
||||||
|
@ -264,7 +266,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sky_files="ChangeLog configure.tgt"
|
sky_files="ChangeLog configure.tgt"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
||||||
for i in $sky_files ; do
|
for i in $sky_files ; do
|
||||||
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
|
||||||
|
@ -298,5 +299,4 @@ for i in * ; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
# eof
|
||||||
# End of file.
|
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
d30v_files="d30velf.sh d30v_o.sh d30v_e.sh"
|
d30v_files="d30velf.sh d30v_o.sh d30v_e.sh"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
keep_these_too="${d30v_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
|
@ -24,7 +23,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="tic80coff.sh"
|
tic80_files="tic80coff.sh"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
keep_these_too="${tic80_files} ${keep_these_too}"
|
keep_these_too="${tic80_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
|
@ -32,7 +30,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
r5900_files="elf32l5900.sh"
|
r5900_files="elf32l5900.sh"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
||||||
keep_these_too="${r5900_files} ${keep_these_too}"
|
keep_these_too="${r5900_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
|
@ -62,18 +59,18 @@ d10velf.sh
|
||||||
delta68.sh
|
delta68.sh
|
||||||
ebmon29k.sh
|
ebmon29k.sh
|
||||||
elf32_sparc.sh
|
elf32_sparc.sh
|
||||||
|
elf32b4300.sh
|
||||||
elf32bmip.sh
|
elf32bmip.sh
|
||||||
elf32bsmip.sh
|
elf32bsmip.sh
|
||||||
elf32ebmip.sh
|
elf32ebmip.sh
|
||||||
elf32elmip.sh
|
elf32elmip.sh
|
||||||
|
elf32l4300.sh
|
||||||
elf32lmip.sh
|
elf32lmip.sh
|
||||||
elf32lppc.sh
|
elf32lppc.sh
|
||||||
elf32lsmip.sh
|
elf32lsmip.sh
|
||||||
elf32ppc.sh
|
elf32ppc.sh
|
||||||
elf32b4300.sh
|
|
||||||
elf32l4300.sh
|
|
||||||
elf64alpha.sh
|
|
||||||
elf64_sparc.sh
|
elf64_sparc.sh
|
||||||
|
elf64alpha.sh
|
||||||
elf_i386.sh
|
elf_i386.sh
|
||||||
gld960.sh
|
gld960.sh
|
||||||
gld960coff.sh
|
gld960coff.sh
|
||||||
|
@ -152,6 +149,8 @@ z8002.sh
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# The lines between the "Do-last:" line and the end of the file
|
# 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
|
# are executed as a /bin/sh shell script after everything else is
|
||||||
# done.
|
# done.
|
||||||
|
@ -159,7 +158,6 @@ Things-to-lose:
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
v850e_files="v850.sh"
|
v850e_files="v850.sh"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
||||||
for i in $v850e_files ; do
|
for i in $v850e_files ; do
|
||||||
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
||||||
|
@ -187,3 +185,4 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# eof
|
||||||
|
|
41
ld/po/.Sanitize
Normal file
41
ld/po/.Sanitize
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# .Sanitize for devo/ld/po
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Hash started lines like this one are comments and will be deleted
|
||||||
|
# before anything else is done. Blank lines will also be squashed
|
||||||
|
# out.
|
||||||
|
|
||||||
|
# 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 directory.
|
||||||
|
|
||||||
|
Do-first:
|
||||||
|
|
||||||
|
|
||||||
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
# called. Directories not listed will be removed in their entirety
|
||||||
|
# with rm -rf.
|
||||||
|
|
||||||
|
Things-to-keep:
|
||||||
|
|
||||||
|
Make-in
|
||||||
|
POTFILES.in
|
||||||
|
ld.pot
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Do-last:
|
||||||
|
|
||||||
|
# eof
|
|
@ -1,4 +1,4 @@
|
||||||
# .Sanitize for devo/ld/scripttempl.
|
# .Sanitize for devo/ld/scripttempl
|
||||||
|
|
||||||
# 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,
|
||||||
|
@ -16,7 +16,6 @@
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
d30v_files="elfd30v.sc"
|
d30v_files="elfd30v.sc"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
keep_these_too="${d30v_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
|
@ -24,7 +23,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="tic80coff.sc"
|
tic80_files="tic80coff.sc"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
keep_these_too="${tic80_files} ${keep_these_too}"
|
keep_these_too="${tic80_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
|
@ -43,9 +41,9 @@ README
|
||||||
a29k.sc
|
a29k.sc
|
||||||
aix.sc
|
aix.sc
|
||||||
alpha.sc
|
alpha.sc
|
||||||
|
aout.sc
|
||||||
armaout.sc
|
armaout.sc
|
||||||
armcoff.sc
|
armcoff.sc
|
||||||
aout.sc
|
|
||||||
delta68.sc
|
delta68.sc
|
||||||
ebmon29k.sc
|
ebmon29k.sc
|
||||||
elf.sc
|
elf.sc
|
||||||
|
@ -91,6 +89,8 @@ z8000.sc
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# The lines between the "Do-last:" line and the end of the file
|
# 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
|
# are executed as a /bin/sh shell script after everything else is
|
||||||
# done.
|
# done.
|
||||||
|
@ -98,7 +98,6 @@ Things-to-lose:
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
v850_files="v850.sc"
|
v850_files="v850.sc"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
||||||
for i in $v850_files ; do
|
for i in $v850_files ; do
|
||||||
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
|
||||||
|
@ -126,3 +125,4 @@ else
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# eof
|
||||||
|
|
Loading…
Add table
Reference in a new issue