[PR #5911] [MERGED] build: fix hardcoded make & remove unnecessary distclean targets #5724

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5911
Author: @kmk3
Created: 7/20/2023
Status: Merged
Merged: 7/22/2023
Merged by: @kmk3

Base: masterHead: build-rm-distclean


📝 Commits (2)

  • 8ee610e build: fix hardcoded make in recursive make calls
  • 5f27852 build: remove unnecessary distclean targets

📊 Changes

6 files changed (+2 additions, -21 deletions)

View changed files

📝 Makefile (+2 -6)
📝 src/bash_completion/Makefile (+0 -3)
📝 src/prog.mk (+0 -3)
📝 src/so.mk (+0 -3)
📝 src/zsh_completion/Makefile (+0 -3)
📝 test/Makefile (+0 -3)

📄 Description

This also fixes the duplicate execution of the "clean" targets.


🔄 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/5911 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/22/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-rm-distclean` --- ### 📝 Commits (2) - [`8ee610e`](https://github.com/netblue30/firejail/commit/8ee610eb10a176aa1d106efe00a5d9e5daa082c0) build: fix hardcoded make in recursive make calls - [`5f27852`](https://github.com/netblue30/firejail/commit/5f2785290620a17c3f41f19df91ba86f28eabf16) build: remove unnecessary distclean targets ### 📊 Changes **6 files changed** (+2 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -6) 📝 `src/bash_completion/Makefile` (+0 -3) 📝 `src/prog.mk` (+0 -3) 📝 `src/so.mk` (+0 -3) 📝 `src/zsh_completion/Makefile` (+0 -3) 📝 `test/Makefile` (+0 -3) </details> ### 📄 Description This also fixes the duplicate execution of the "clean" targets. --- <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:43:44 -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#5724
No description provided.