]> git.ipfire.org Git - thirdparty/u-boot.git/commit
scripts/gen_compile_commands.py: adapt _LINE_PATTERN
authorJoao Marcos Costa <jmcosta944@gmail.com>
Sun, 1 Oct 2023 10:00:30 +0000 (12:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:24:23 +0000 (13:24 -0400)
commit97fbb2eb016b5fb14285690c6b928f6286afc481
tree00f97b4ae72be69bf3590fd8525317c4d3076b0c
parentc852f2e74cc13e9cab4f8aac8fa21172c3746ffe
scripts/gen_compile_commands.py: adapt _LINE_PATTERN

For U-Boot's context, the regular expression defined by _LINE_PATTERN
should be adapted. Replace 'savedcmd' by 'cmd'.

Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com>
Tested-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
scripts/gen_compile_commands.py