Browse Source

always keep MPW support files

gdb-4_18-branch
Stan Shebs 32 years ago
parent
commit
3c7c1a8870
  1. 10
      config/.Sanitize

10
config/.Sanitize

@ -1,4 +1,4 @@
# .Sanitize for devo/config
# .Sanitize for devo/config.
# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
@ -15,13 +15,6 @@
Do-first:
mpw_files="mpw-mh-mpw ChangeLog.mpw"
if ( echo $* | grep keep\-mpw > /dev/null) ; then
keep_these_too="${mpw_files} ${keep_these_too}"
else
lose_these_too="${mpw_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
@ -62,6 +55,7 @@ mh-sysv
mh-sysv4
mh-vaxult2
mh-x86pic
mpw-mh-mpw
mt-netware
mt-papic
mt-sparcpic

Loading…
Cancel
Save