mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +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) {
|
||||
kprintf("%s is missing\n", src);
|
||||
DCHECK_EQ(ENOENT, errno, "%s", src);
|
||||
/*
|
||||
* This code helps GNU Make automatically fix itself when we
|
||||
|
|
Loading…
Reference in a new issue