Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>

* d10v/d10v.mt: New file.
	* d10v/tm-d10v.h: New file.
This commit is contained in:
Martin Hunt 1996-08-27 01:52:18 +00:00
parent 7b3fa778e2
commit 947489e292
1 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,20 @@ else
fi
fi
d10v_files="tm-magic.h"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
keep_these_too="${d10v_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${d10v_files}
fi
else
lose_these_too="${d10v_files} ${lose_these_too}"
if [ -n "${verbose}" ] ; then
echo Deleting ${d10v_files}
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.
# Directories listed in this section will have their own Sanitize