[PR #6342] [MERGED] build: add strip target and simplify install targets #5969

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6342
Author: @kmk3
Created: 5/17/2024
Status: Merged
Merged: 5/20/2024
Merged by: @kmk3

Base: masterHead: build-add-strip


📝 Commits (2)

  • 8748d76 build: add a standalone strip target
  • 97de0e0 build: remove redundant realinstall target

📊 Changes

1 file changed (+7 additions, -9 deletions)

View changed files

📝 Makefile (+7 -9)

📄 Description

  • build: add a standalone strip target

Move the strip invocation into its own target to allow stripping
binaries without having to run the "realinstall" target.

  • build: remove redundant realinstall target

Leave just the "install" and "install-strip" targets.

See commit 099925e18 ("added install-strip, make install now without
strip.", 2015-09-10) / PR #60 and commit 0215cbc02 ("make install, make
install-strip", 2015-09-11).


🔄 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/6342 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-add-strip` --- ### 📝 Commits (2) - [`8748d76`](https://github.com/netblue30/firejail/commit/8748d76e809ea3cbd3ddc12f58c888b362619a27) build: add a standalone strip target - [`97de0e0`](https://github.com/netblue30/firejail/commit/97de0e08b9b028057da5a04017184453e826c249) build: remove redundant realinstall target ### 📊 Changes **1 file changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+7 -9) </details> ### 📄 Description * build: add a standalone strip target Move the strip invocation into its own target to allow stripping binaries without having to run the "realinstall" target. * build: remove redundant realinstall target Leave just the "install" and "install-strip" targets. See commit 099925e18 ("added install-strip, make install now without strip.", 2015-09-10) / PR #60 and commit 0215cbc02 ("make install, make install-strip", 2015-09-11). --- <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:48:17 -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#5969
No description provided.