Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linux
[platform/kernel/linux-rpi.git] / scripts / tags.sh
index f6b3c7c..a70d437 100755 (executable)
@@ -105,7 +105,7 @@ all_compiled_sources()
        {
                echo include/generated/autoconf.h
                find $ignore -name "*.cmd" -exec \
-                       sed -n -E 's/^source_.* (.*)/\1/p; s/^  (\S.*) \\/\1/p' {} \+ |
+                       grep -Poh '(?<=^  )\S+|(?<== )\S+[^\\](?=$)' {} \+ |
                awk '!a[$0]++'
        } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
        sort -u