mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +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
|
|
@ -65,9 +65,7 @@ CMAKE_DIST = \
|
|||
tests/cmake/test.c \
|
||||
tests/cmake/test.sh
|
||||
|
||||
VC_DIST = projects/README.md \
|
||||
projects/checksrc.bat \
|
||||
projects/generate.bat
|
||||
VC_DIST = projects/README.md projects/generate.bat
|
||||
|
||||
WINBUILD_DIST = winbuild/README.md \
|
||||
winbuild/MakefileBuild.vc winbuild/Makefile.vc winbuild/makedebug.bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue