diff options
Diffstat (limited to 'ld/config/.Sanitize')
-rw-r--r-- | ld/config/.Sanitize | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 6f992de..5abf006 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -15,6 +15,13 @@ Do-first: +r16_files="r16-aout.mt" + +if ( echo $* | grep keep\-r16 > /dev/null ) ; then + keep_these_too="${r16_files} ${keep_these_too}" +else + lose_these_too="${r16_files} ${lose_these_too}" +fi # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. |