aboutsummaryrefslogtreecommitdiff
path: root/gas/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize12
1 files changed, 7 insertions, 5 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index ddf3bff..64d0fce 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -15,6 +15,13 @@
Do-first:
+lose_these_too=""
+for d in obsolete regress regress.m68k testscripts ; do
+ if [ -d $d ]; then
+ lose_these_too="${lose_these_too} $d"
+ fi
+done
+
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@@ -110,11 +117,6 @@ write.h
Things-to-lose:
-obsolete
-regress
-regress.m68k
-testscripts
-
Do-last:
if ( echo $* | grep keep\-gm > /dev/null ) ; then