Skip to content
New issue

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

Fix silent doxygen rule #1047

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

ndim
Copy link
Member

@ndim ndim commented Oct 23, 2024

Replace the use of doxygen -q argument by redirecting stdout and stderr to make silent rule builds work with doxygen older than release 1.9.2 which added -q.

ndim added 2 commits October 23, 2024 16:06
The main problem with ! appears to be interactive command lines
the ! character as a special character, but that is not a problem
inside make recipes and configure scripts.
The CodeQL autobuild has started failing the CodeQL CI workflow
a few days ago, due to their doxygen not supporting the -q
command line argument.

This replaces the use of -q by redirecting stdout and stderr in
the silent rules case.

Fixes: gphoto#1046
@ndim ndim linked an issue Oct 23, 2024 that may be closed by this pull request
@ndim ndim merged commit cfed7e4 into gphoto:master Oct 23, 2024
5 checks passed
@ndim ndim deleted the fix-1046-silent-doxygen-rule branch October 23, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent rules require recent doxygen supporting -q
1 participant