mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
autotools: limit checksrc target to ignore non-repo test sources
Syncing tests with lib and src behavior. Also: - fix OS400 checksrc to find the per-directory `.checksrc` file. Closes #20898
This commit is contained in:
parent
a0db67572e
commit
6ada2e3dce
5 changed files with 5 additions and 16 deletions
|
|
@ -50,7 +50,7 @@ CS_1 =
|
|||
CS_ = $(CS_0)
|
||||
|
||||
checksrc:
|
||||
$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/OS400/*.[ch])
|
||||
$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir)/OS400 $(srcdir)/OS400/*.[ch])
|
||||
|
||||
if NOT_CURL_CI
|
||||
if DEBUGBUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue