netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.83k stars 568 forks source link

build: add strip target and simplify install targets #6342

Closed kmk3 closed 6 months ago

kmk3 commented 6 months ago

Move the strip invocation into its own target to allow stripping binaries without having to run the "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).