mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
Makefile: print errors in standard format
Use the standard "file:line:col: error message" format. Update #1699
This commit is contained in:
parent
fc28aeb6b9
commit
2d4efabd02
4
Makefile
4
Makefile
@ -389,7 +389,7 @@ check_links:
|
||||
check_diff:
|
||||
@if [ "$(shell git --no-pager diff --name-only)" != "" ]; then \
|
||||
git --no-pager diff; \
|
||||
echo -e "\n\nSome files are not formatted/regenerated (include them into commit):"; \
|
||||
git --no-pager diff --name-only; \
|
||||
git --no-pager diff --name-only | \
|
||||
sed "s#.*#&:1:1: The file is not formatted/regenerated. Run 'make generate' and include it into the commit.#g"; \
|
||||
false; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user