]> git.ipfire.org Git - thirdparty/git.git/commitdiff
make strip: include `scalar`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Nov 2025 19:51:26 +0000 (19:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Nov 2025 22:05:05 +0000 (14:05 -0800)
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 70d1543b6b8688bf348f03f5e9cc1690fe547249..fffb0d66e398421b3d90b6305566fedc7d495940 100644 (file)
--- 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