[PR #3317] [MERGED] Speedup the buildsystem #4717

Closed
opened 2026-05-05 10:25:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3317
Author: @rusty-snake
Created: 4/4/2020
Status: Merged
Merged: 4/5/2020
Merged by: @rusty-snake

Base: masterHead: speedup-build


📝 Commits (1)

📊 Changes

2 files changed (+5 additions, -17 deletions)

View changed files

📝 Makefile.in (+4 -5)
📝 mketc.sh (+1 -12)

📄 Description

  • replaing 'include /etc/firejail/foobar.inc' with
    'include $(sysconfdir)/firejail/foobar.inc' is useless since 0.9.58
  • onetime calling install with globbing is faster the a loop calling
    install nearly 1000 times

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3317 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 4/4/2020 **Status:** ✅ Merged **Merged:** 4/5/2020 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `speedup-build` --- ### 📝 Commits (1) - [`e8b60d7`](https://github.com/netblue30/firejail/commit/e8b60d782eccee13fae539732236e0b19111f706) Speedup the buildsystem ### 📊 Changes **2 files changed** (+5 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+4 -5) 📝 `mketc.sh` (+1 -12) </details> ### 📄 Description - replaing 'include /etc/firejail/foobar.inc' with 'include $(sysconfdir)/firejail/foobar.inc' is useless since 0.9.58 - onetime calling install with globbing is faster the a loop calling install nearly 1000 times --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:25:19 -06:00
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#4717
No description provided.