old-cross-binutils/ld/testsuite/ld-elfvers/.Sanitize
Ian Lance Taylor c8a8d3bb27 Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
* ld-elfvers/vers.exp, *: New tests for symbol versioning.
	* config/default.exp: Set ar and strip.
1997-03-13 02:46:09 +00:00

76 lines
1.5 KiB
Text

# .Sanitize for ld dejagnu testsuites
# Each directory to survive it's 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:
vers.exp
vers1.c
vers1.dsym
vers1.map
vers1.sym
vers1.ver
vers13.asym
vers15.c
vers15.dsym
vers15.sym
vers15.ver
vers2.c
vers2.dsym
vers2.map
vers2.ver
vers3.c
vers3.dsym
vers3.ver
vers4.c
vers4.sym
vers4a.dsym
vers4a.sym
vers4a.ver
vers5.c
vers6.c
vers6.dsym
vers6.sym
vers6.ver
vers7.c
vers7.map
vers7a.c
vers7a.dsym
vers7a.sym
vers7a.ver
vers8.c
vers8.map
vers8.ver
vers9.c
vers9.dsym
vers9.sym
vers9.ver
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