mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
checksrc-all: rewrite in Perl, remove checksrc.bat
`checksrc.bat` was outdated and required Perl for `checksrc.pl` anyway. Rewrite `checksrc-all.sh` in Perl, making it usable in envs without a POSIX shell. Closes #17882
This commit is contained in:
parent
f0b8137c1c
commit
88ff396549
7 changed files with 42 additions and 254 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl checksrc-all.sh \
|
||||
EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl checksrc-all.pl \
|
||||
mk-ca-bundle.pl mk-unity.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
|
||||
dmaketgz maketgz release-tools.sh verify-release cmakelint.sh mdlinkcheck \
|
||||
CMakeLists.txt pythonlint.sh randdisable wcurl top-complexity extract-unit-protos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue