summaryrefslogtreecommitdiffstats
path: root/process_configs.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-03-08 20:09:17 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-03-08 20:09:17 +0100
commitf8023561e4f23b0cc45d38532e9396ba8ca01cef (patch)
tree98ea287c0b7467967bba90dd13bbc8c9a31b2973 /process_configs.sh
parent73e073f6a758fefcb24b3c902cfef0797d299e5b (diff)
parentd742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a (diff)
downloadkernel-f8023561e4f23b0cc45d38532e9396ba8ca01cef.tar.gz
kernel-f8023561e4f23b0cc45d38532e9396ba8ca01cef.tar.xz
kernel-f8023561e4f23b0cc45d38532e9396ba8ca01cef.zip
Merge remote-tracking branch 'origin/rawhide' into rawhide-user-thl-vanilla-fedorakernel-5.17.0-0.rc7.20220308gitea4424be1688.117.vanilla.1.fc36
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/process_configs.sh b/process_configs.sh
index b620040cc..a946ce4c8 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -296,6 +296,11 @@ function process_configs()
# assume we are in $source_tree/configs, need to get to top level
pushd "$(switch_to_toplevel)" &>/dev/null
+ # The next line is throwaway code for transition to parallel
+ # processing. Leaving this line in place is harmless, but it can be
+ # removed the next time anyone updates this function.
+ [ -f .mismatches ] && rm -f .mismatches
+
count=0
for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}${SUBARCH}"*.config
do