mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Keep or lost ppc-ext.h depending on whether keep-powerpc-netware is
used.
This commit is contained in:
@ -17,6 +17,12 @@
|
|||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user