[PR #6186] [MERGED] build: improve main clean target #5865

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6186
Author: @kmk3
Created: 2/1/2024
Status: Merged
Merged: 2/4/2024
Merged by: @kmk3

Base: masterHead: build-improve-clean


📝 Commits (5)

  • 4909a2a build: sort clean commands
  • 3675da9 build: remove redundant clean commands
  • 152a21f build: simplify clean target
  • 8a783cd build: use TARNAME and remove more paths on clean
  • e150b86 build: use *.tar.xz on .gitignore

📊 Changes

4 files changed (+16 additions, -16 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 Makefile (+3 -15)
📝 src/fnettrace/Makefile (+2 -0)
📝 test/Makefile (+10 -0)

📄 Description

Organize the main clean target and remove more paths on clean.


🔄 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/6186 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/4/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-improve-clean` --- ### 📝 Commits (5) - [`4909a2a`](https://github.com/netblue30/firejail/commit/4909a2add1ba6398bbeaa536e502e0ad2abce0b5) build: sort clean commands - [`3675da9`](https://github.com/netblue30/firejail/commit/3675da93ae7e4eb9018332893e6380cbeb011a21) build: remove redundant clean commands - [`152a21f`](https://github.com/netblue30/firejail/commit/152a21f151c752721a9427012e19291384516481) build: simplify clean target - [`8a783cd`](https://github.com/netblue30/firejail/commit/8a783cdc2f55f2fb2020c2b7c634e1d27b304757) build: use TARNAME and remove more paths on clean - [`e150b86`](https://github.com/netblue30/firejail/commit/e150b8697a6d2925ba4c54dd61ea0019b5d33fb1) build: use *.tar.xz on .gitignore ### 📊 Changes **4 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `Makefile` (+3 -15) 📝 `src/fnettrace/Makefile` (+2 -0) 📝 `test/Makefile` (+10 -0) </details> ### 📄 Description Organize the main clean target and remove more paths on clean. --- <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:46:22 -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#5865
No description provided.