lnstools

Linux namespace tools
git clone https://ccx.te2000.cz/git/lnstools
Log | Files | Refs | README

commit 2d329ba3abe72ceaad4dd04a35fc9ca7ebe86430
parent 268faa95dd5b1470643e69dd575b8b121a5bd5df
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Mon,  8 Dec 2025 05:01:04 +0000

Update makefile for new scripts

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,8 +1,8 @@ default: static_executables script_executables .PHONY: default -script_executables:=build/lns-mount-chroot build/lns-mounts-to-env -script_executables: ${script_executables} +script_executables:=lns-bind-chroot lns-tmpfs-chroot lns-prepare-chroot lns-mounts-to-env +script_executables: $(patsubst %,./build/%,${script_executables}) .PHONY: script_executables c_executables:=lns-lockdown lns-envuidgid lns-applyuidgid lns-pidns