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
Description of the issue with the steps needed to reproduce it
make
libsrc/{attr.c,ncx.c,putget.c}
make clean
nc_test/{test_get.c,test_put.c,test_read.c,test_write.c}
This is a problem when building a release from a read-only directory
The text was updated successfully, but these errors were encountered:
Thanks, I'll sort this out.
Sorry, something went wrong.
WardF
Successfully merging a pull request may close this issue.
Description of the issue with the steps needed to reproduce it
make
modifies in-tree files (libsrc/{attr.c,ncx.c,putget.c}
)make clean
removes in-tree files above andnc_test/{test_get.c,test_put.c,test_read.c,test_write.c}
.This is a problem when building a release from a read-only directory
The text was updated successfully, but these errors were encountered: