Add a "keep-vr4320" section so that tm-vr4320.h and vr4320.mt are
removed by default.
This commit is contained in:
parent
3970ecc71a
commit
84b5277c27
@ -69,6 +69,12 @@ else
|
||||
lose_these_too="tm-txvu.h txvu.mt ${lose_these_too}"
|
||||
fi
|
||||
|
||||
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
||||
keep_these_too="tm-vr4320.h vr4320.mt ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="tm-vr4320.h vr4320.mt ${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.
|
||||
# Directories listed in this section will have their own Sanitize
|
||||
|
Loading…
x
Reference in New Issue
Block a user