Remove sanitization of PowerPC NetWare.
This commit is contained in:
parent
7ce8b9d18d
commit
0bc179ada1
1 changed files with 1 additions and 6 deletions
|
@ -17,12 +17,6 @@
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then
|
|
||||||
keep_these_too="ppc-ext.h ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="ppc-ext.h ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
@ -38,6 +32,7 @@ common.h
|
||||||
external.h
|
external.h
|
||||||
internal.h
|
internal.h
|
||||||
i386-ext.h
|
i386-ext.h
|
||||||
|
ppc-ext.h
|
||||||
sparc32-ext.h
|
sparc32-ext.h
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
Loading…
Reference in a new issue