From: Johannes Schindelin Date: Mon, 17 Nov 2025 19:51:26 +0000 (+0000) Subject: make strip: include `scalar` X-Git-Tag: v2.53.0-rc0~85^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c64eb849b14e5a78864f4260ccc12f46052020ec;p=thirdparty%2Fgit.git make strip: include `scalar` When Scalar was made a canonical part of Git in 7b5c93c6c68 (scalar: include in standard Git build & installation, 2022-09-02), it was added to all relevant Makefile targets except for the `strip` target. Let's correct that. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 70d1543b6b..fffb0d66e3 100644 --- a/Makefile +++ b/Makefile @@ -2499,7 +2499,7 @@ please_set_SHELL_PATH_to_a_more_modern_shell: shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell -strip: $(PROGRAMS) git$X +strip: $(PROGRAMS) git$X scalar$X $(STRIP) $(STRIP_OPTS) $^ ### Target-specific flags and dependencies