]> git.ipfire.org Git - thirdparty/git.git/commit
t/unit-tests: convert "clar-generate.awk" into a shell script
authorPatrick Steinhardt <ps@pks.im>
Fri, 15 Nov 2024 07:32:41 +0000 (08:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2024 00:59:25 +0000 (09:59 +0900)
commit9a91ab940012601247d6ef46e10e0c136b86ba69
treecd66841ca858ad2b63ddeb9dddbc79415e6186b4
parentb31fb630c0fc6869a33ed717163e8a1210460d94
t/unit-tests: convert "clar-generate.awk" into a shell script

Convert "clar-generate.awk" into a shell script that invokes awk(1).
This allows us to avoid the shell redirect in the build system, which
may otherwise be a problem with build systems on platforms that use a
different shell.

While at it, wrap the overly long lines in the CMake build instructions.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
contrib/buildsystems/CMakeLists.txt
t/unit-tests/clar-generate.awk [deleted file]
t/unit-tests/generate-clar-suites.sh [new file with mode: 0755]