summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-05 14:49:56 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-05 14:49:56 +0900
commit5eadcbf8151f04d5c5bf0b8865ee8fa8447878f7 (patch)
tree8be55b8dae4dbefa0ccfa0cedc9954bd386daf6d
parent0c6707687f818fa43dca7c9381c55e611ba6c51e (diff)
parentc64eb849b14e5a78864f4260ccc12f46052020ec (diff)
Merge branch 'js/strip-scalar-too'
"make strip" has been taught to strip "scalar" as well as "git". * js/strip-scalar-too: make strip: include `scalar`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 237b56fc9d..6fc322ff88 100644
--- a/Makefile
+++ b/Makefile
@@ -2567,7 +2567,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