aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-04-26 19:53:12 +0000
committerStan Shebs <shebs@codesourcery.com>1994-04-26 19:53:12 +0000
commit96c805d83c8aed1dde17f890b264e1782be8b043 (patch)
tree54171979325fb61850bd260145dd81087b2ad914 /.Sanitize
parentd0e2b7671eeebaa0e3312a4c28c4d740dd4e019e (diff)
downloadbinutils-96c805d83c8aed1dde17f890b264e1782be8b043.zip
binutils-96c805d83c8aed1dde17f890b264e1782be8b043.tar.gz
binutils-96c805d83c8aed1dde17f890b264e1782be8b043.tar.bz2
A slight simplication.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize12
1 files changed, 8 insertions, 4 deletions
diff --git a/.Sanitize b/.Sanitize
index a6b756b..752630c 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -15,16 +15,20 @@
Do-first:
+cygnus_files = "release release-info build-all.mk"
+
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
- keep_these_too="${keep_these_too} release release-info build-all.mk"
+ keep_these_too="${keep_these_too} ${cygnus_files}"
else
- lose_these_too="${lose_these_too} release release-info build-all.mk"
+ lose_these_too="${lose_these_too} ${cygnus_files}"
fi
+mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+
if ( echo $* | grep keep\-mpw > /dev/null) ; then
- keep_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
+ keep_these_too="${keep_these_too} ${mpw_files}"
else
- lose_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
+ lose_these_too="${lose_these_too} ${mpw_files}"
fi
# All files listed between the "Things-to-keep:" line and the