We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$rspfile
For example, when I run n2 test and check rspoutput.txt.
n2 test
Expected to see 'test.rsp' , this is what ninja test generates.
ninja test
But actually with n2, I got an empty rspoutput.txt file.
build build.ninja.stamp: phony generator = 1 depfile = build.ninja.d rule echo_rsp rspfile = test.rsp rspfile_content = some texts command = echo $rspfile > rspoutput.txt build test: echo_rsp
The text was updated successfully, but these errors were encountered:
rspfile
command
We discussed this in #94, Evan was hesitant to add this behavior, and in my case, updating Android to not rely on it was simple enough.
Sorry, something went wrong.
No branches or pull requests
For example, when I run
n2 test
and check rspoutput.txt.Expected to see 'test.rsp' , this is what
ninja test
generates.But actually with n2, I got an empty rspoutput.txt file.
The text was updated successfully, but these errors were encountered: