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`
main
Junio C Hamano 2025-12-05 14:49:56 +09:00
commit 5eadcbf815
1 changed files with 1 additions and 1 deletions

View File

@ -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