mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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`
This commit is contained in:
2
Makefile
2
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
|
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) $^
|
$(STRIP) $(STRIP_OPTS) $^
|
||||||
|
|
||||||
### Target-specific flags and dependencies
|
### Target-specific flags and dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user