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

small fixes #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

small fixes #69

wants to merge 4 commits into from

Conversation

stsp
Copy link

@stsp stsp commented Jun 28, 2024

Please note that I am using libsearpc
provided by fedora, not from this repo.
I hope these patches are valid anyway.

stsp added 4 commits June 28, 2024 11:17
This fixes the following problems:
- Since searpc-signature.h and searpc-marshal.h are built by the
  same command, the grouping operator `&` is needed for the parallel
  build to work correctly. Otherwise `make` will try to execute the
  recipe in parallel for both headers, while only 1 execution is
  desired.

- For out-of-tree builds the prerequisite must be referred with `$<`.

- Don't explicitly use `python` command, as it may be `python3` on
  some distros. Instead rely on the correct "shebang" string.
@stsp
Copy link
Author

stsp commented Jun 28, 2024

There is also the problem that
searpc-signature.h produces -Wstrict-prototypes
warnings because of missing void
in function prototypes.
But it seems you don't have issue tracker
enabled, where I could report that?

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.

1 participant