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: allow overriding common tools #6354

Closed kmk3 closed 6 months ago

kmk3 commented 6 months ago

Tools:

For the programs not checked in configure.ac:

From the manual of GNU Autoconf (version 2.71):

If you use AC_PROG_INSTALL, you must include install-sh in your distribution

So set install just in the Makefile. Use $(RM) to ensure that -f is always used and to make it easier to spot when -r is used.

See commit 93d623fdf ("build: allow overriding certain tools", 2024-02-23) / PR #6222.

This is a follow-up to #6342.