summaryrefslogtreecommitdiffstats
path: root/gas/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-01-04 21:18:15 +0000
committerStan Shebs <shebs@codesourcery.com>1994-01-04 21:18:15 +0000
commit4f5d16c7d3df8182835e8a079631408f261649a3 (patch)
treee8eb27b00210ba4118418c39ad7fe6ad6db5ab61 /gas/.Sanitize
parentea838f998abb3976fee8294dc34a1fa3c19338f4 (diff)
downloadppe42-binutils-4f5d16c7d3df8182835e8a079631408f261649a3.tar.gz
ppe42-binutils-4f5d16c7d3df8182835e8a079631408f261649a3.zip
fix the .Sanitize
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize11
1 files changed, 8 insertions, 3 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index 86d1a7133f..0146e18125 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -1,7 +1,6 @@
-# Sanitize.in for devo.
-#
+# .Sanitize for devo/gas
-# 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,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
@@ -16,6 +15,12 @@
Do-first:
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+ keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
+ if ( echo $* | grep keep\-gm > /dev/null ) ; then
+ keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
+ fi
+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.
OpenPOWER on IntegriCloud