test commit
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
9e9dc09cda
commit
05ce41491c
@ -6,7 +6,6 @@ export LC_ALL=C
|
|||||||
# Prevent elfutils from trying to download debuginfos
|
# Prevent elfutils from trying to download debuginfos
|
||||||
unset DEBUGINFOD_URLS
|
unset DEBUGINFOD_URLS
|
||||||
|
|
||||||
|
|
||||||
for module in $(grep -E '/lib/modules/.+\.ko(\.gz|\.bz2|\.xz|\.zst)?$') "$@"; do
|
for module in $(grep -E '/lib/modules/.+\.ko(\.gz|\.bz2|\.xz|\.zst)?$') "$@"; do
|
||||||
dep_pfx="ksym"
|
dep_pfx="ksym"
|
||||||
# For built-in kmods, "kernel()" syntax is used instead of "ksym()"
|
# For built-in kmods, "kernel()" syntax is used instead of "ksym()"
|
||||||
|
@ -10,7 +10,6 @@ IFS=$'\n'
|
|||||||
# Prevent elfutils from trying to download debuginfos
|
# Prevent elfutils from trying to download debuginfos
|
||||||
unset DEBUGINFOD_URLS
|
unset DEBUGINFOD_URLS
|
||||||
|
|
||||||
|
|
||||||
# Extract all of the symbols provided by this module.
|
# Extract all of the symbols provided by this module.
|
||||||
all_provides() {
|
all_provides() {
|
||||||
for module in "$@"; do
|
for module in "$@"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user