release 6.11.9
This commit is contained in:
12
debian/bin/refine-configs
vendored
12
debian/bin/refine-configs
vendored
@@ -49,7 +49,17 @@ for c in ${configs} ; do
|
||||
done
|
||||
|
||||
## remove build-generated options
|
||||
find debian/build/ -name 'config.*' -type f -exec sed -i -E '/CONFIG_(BUILD_SALT|(BINDGEN|CC|RUSTC)_VERSION_TEXT|(CLANG|GCC|LD|LLD|PAHOLE)_VERSION)/d' {} +
|
||||
find debian/build/ -name 'config.*' -type f -exec \
|
||||
sed -i -E \
|
||||
-e '/CONFIG_BUILD_SALT/d' \
|
||||
-e '/CONFIG_(AS|CC|PAHOLE)_((CAN|HAS)_)/d' \
|
||||
-e '/CONFIG_(AS|CLANG|GCC|LD|LLD|PAHOLE)_VERSION/d' \
|
||||
-e '/CONFIG_(BINDGEN|CC|RUSTC)_VERSION_TEXT/d' \
|
||||
-e '/CONFIG_AS_(AVX512|GFNI|SHA(1|256)_NI|TPAUSE|VAES|VPCLMULQDQ|WRUSS)/d' \
|
||||
-e '/CONFIG_CC_(IMPLICIT_FALLTHROUGH)/d' \
|
||||
-e '/CONFIG_(CC|GCC10)_NO_ARRAY_BOUNDS/d' \
|
||||
-e '/CONFIG_(CC|GCC)_((|NO_)STRINGOP_OVERFLOW)/d' \
|
||||
{} +
|
||||
|
||||
## prepare configs for splitting
|
||||
find debian/build/ -name 'config.*' -type f -exec sed -i -En '/CONFIG_/p' {} +
|
||||
|
Reference in New Issue
Block a user