mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:27:16 +03:00
checksrc: Windows-specific input fixes
lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c.
This commit is contained in:
parent
5b66860652
commit
6419aee248
3 changed files with 6 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ rem ***************************************************************************
|
|||
if not exist "%SRC_DIR%" goto nosrc
|
||||
|
||||
:start
|
||||
for /f "delims=" %%i in ('dir %SRC_DIR%\src\*.c.* /b') do @perl %SRC_DIR%\lib\checksrc.pl -D%SRC_DIR%\src "%%i"
|
||||
for /f "delims=" %%i in ('dir %SRC_DIR%\src\*.c.* /b') do @perl %SRC_DIR%\lib\checksrc.pl -D%SRC_DIR%\src -Wtool_hugehelp.c "%%i"
|
||||
for /f "delims=" %%i in ('dir %SRC_DIR%\src\*.h.* /b') do @perl %SRC_DIR%\lib\checksrc.pl -D%SRC_DIR%\src "%%i"
|
||||
for /f "delims=" %%i in ('dir %SRC_DIR%\lib\*.c.* /b') do @perl %SRC_DIR%\lib\checksrc.pl -D%SRC_DIR%\lib "%%i"
|
||||
for /f "delims=" %%i in ('dir %SRC_DIR%\lib\*.h.* /b') do @perl %SRC_DIR%\lib\checksrc.pl -D%SRC_DIR%\lib -Wcurl_config.h.cmake "%%i"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue