commit: 17dd9a0c968e865b46e32be1c0c99219203ece4f
parent fa9cdab9fbaca679e8d35e007dc3746f2771ccd9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 18 Dec 2025 18:14:43 +0100
bootstrap.mk: toss out cmd/tr
No longer required and tr(1) isn't 100% portable due to reallocarray usage.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap.mk b/bootstrap.mk
@@ -10,7 +10,7 @@ CC ?= cc
# Can be checked with:
# $ strace -o configure.strace -f -e execve ./configure
# $ grep -F -e 'execve(' configure.strace | cut -f2 -d '"' | xargs -n1 basename | sort -u
-all: cmd/cat cmd/echo cmd/printf cmd/rm cmd/test cmd/tr
+all: cmd/cat cmd/echo cmd/printf cmd/rm cmd/test
@./cmd/printf '%s\n' 'Done, you should now be able to run PATH=cmd/:$$PATH ./configure && make clean && make'
config.h: