mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Make mkdeps more helpful when files are missing
This commit is contained in:
parent
0468ca02fe
commit
8b69acc1cc
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -231,6 +231,7 @@ bool ShouldSkipSource(const char *src) {
|
||||||
}
|
}
|
||||||
|
|
||||||
wontreturn void OnMissingFile(const char *list, const char *src) {
|
wontreturn void OnMissingFile(const char *list, const char *src) {
|
||||||
|
kprintf("%s is missing\n", src);
|
||||||
DCHECK_EQ(ENOENT, errno, "%s", src);
|
DCHECK_EQ(ENOENT, errno, "%s", src);
|
||||||
/*
|
/*
|
||||||
* This code helps GNU Make automatically fix itself when we
|
* This code helps GNU Make automatically fix itself when we
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue