Skip to content

Generating depfiles with custom tools #14125

Closed Answered by dcbaker
lhearachel asked this question in Q&A
Discussion options

You must be logged in to vote

You can use ninja -d keepdepfile to see what is being written into the depfile, and thus why ninja is ignoring it. Usually when I get these wrong it's because I'm missing a subdir and so ninja is looking for $srcdir/depfile.d instead of $srdir/subdir/depfile.d.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lhearachel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants