[GH-ISSUE #5156] build: seccomp filters and man pages are always being rebuilt #2896

Closed
opened 2026-05-05 09:33:43 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @rusty-snake on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5156

make rebuilds the seccomp* targets always, this takes unnecessary time during development.

Describe the solution you'd like

make should rebuild seccomp* targets only if any of their sources has changed.

Describe alternatives you've considered

Use a better build system which does stuff like this for you.

Originally created by @rusty-snake on GitHub (May 21, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5156 ### Is your feature request related to a problem? Please describe. `make` rebuilds the `seccomp*` targets always, this takes unnecessary time during development. ### Describe the solution you'd like `make` should rebuild `seccomp*` targets only if any of their sources has changed. ### Describe alternatives you've considered Use a better build system which does stuff like this for you.
gitea-mirror 2026-05-05 09:33:43 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@kmk3 commented on GitHub (Aug 24, 2024):

Related commits:

  • 9e206b7f2 ("rework src/man Makefile", 2023-07-07)
  • 2b34747db ("generate seccomp filters at install time", 2023-07-07)
  • 1d5fff903 ("Makefile fix", 2023-07-10)
  • 6fa19aab9 ("feature: use seccomp filters build at install time for
    --restrict-namespaces", 2023-07-12)
  • a6172b725 ("build: remove extraneous blank lines in makefiles",
    2023-07-12)
  • 80eb28483 ("build: restore seccomp filter targets", 2023-07-13) /
    PR #5898
  • 76bd5ad0f ("build: simplify code related to man pages", 2023-07-12) /
    PR #5898
  • b7820492f ("build: fix wrong man page paths", 2023-08-12)
  • 8e79f18cf ("build: add missing makefile dep", 2023-08-12) /
    PR #5956

Note: The issue with seccomp filters specifically was fixed on commit
80eb28483 ("build: restore seccomp filter targets", 2023-07-13) /
PR #5898.

<!-- gh-comment-id:2308256418 --> @kmk3 commented on GitHub (Aug 24, 2024): Related commits: * 9e206b7f2 ("rework src/man Makefile", 2023-07-07) * 2b34747db ("generate seccomp filters at install time", 2023-07-07) * 1d5fff903 ("Makefile fix", 2023-07-10) * 6fa19aab9 ("feature: use seccomp filters build at install time for --restrict-namespaces", 2023-07-12) * a6172b725 ("build: remove extraneous blank lines in makefiles", 2023-07-12) * 80eb28483 ("build: restore seccomp filter targets", 2023-07-13) / PR #5898 * 76bd5ad0f ("build: simplify code related to man pages", 2023-07-12) / PR #5898 * b7820492f ("build: fix wrong man page paths", 2023-08-12) * 8e79f18cf ("build: add missing makefile dep", 2023-08-12) / PR #5956 Note: The issue with seccomp filters specifically was fixed on commit 80eb28483 ("build: restore seccomp filter targets", 2023-07-13) / PR #5898.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2896
No description provided.