Skip to content

Fixes#80

Open
stsp wants to merge 4 commits into
haiwen:masterfrom
stsp:fixes
Open

Fixes#80
stsp wants to merge 4 commits into
haiwen:masterfrom
stsp:fixes

Conversation

@stsp

@stsp stsp commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Various small fixes: makefile
fix, trailing space cleanup, leak
fix.

stsp added 4 commits April 9, 2026 11:58
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.
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