Skip to content

small fixes#69

Open
stsp wants to merge 4 commits intohaiwen:masterfrom
stsp:master
Open

small fixes#69
stsp wants to merge 4 commits intohaiwen:masterfrom
stsp:master

Conversation

@stsp
Copy link
Copy Markdown

@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
Copy Markdown
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