[PR #60] [MERGED] added install-strip, make install now without strip. #3530

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/60
Author: @pstn
Created: 9/10/2015
Status: Merged
Merged: 9/11/2015
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

  • 099925e added install-strip, make install now without strip.

📊 Changes

1 file changed (+74 additions, -0 deletions)

View changed files

📝 Makefile.in (+74 -0)

📄 Description

The default in autotools is not to strip executables when doing make install, but only when doing make install-strip. Not doing that confuses a lot of automated build systems like source based package managers or tools that build packages automatically. It would be very nice if you could pull this.


🔄 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/60 **Author:** [@pstn](https://github.com/pstn) **Created:** 9/10/2015 **Status:** ✅ Merged **Merged:** 9/11/2015 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`099925e`](https://github.com/netblue30/firejail/commit/099925e18649d6b09e9e14c15169a82eb6adc137) added install-strip, make install now without strip. ### 📊 Changes **1 file changed** (+74 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+74 -0) </details> ### 📄 Description The default in autotools is not to strip executables when doing make install, but only when doing make install-strip. Not doing that confuses a lot of automated build systems like source based package managers or tools that build packages automatically. It would be very nice if you could pull this. --- <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:03:07 -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#3530
No description provided.