mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
make strip: include scalar
When Scalar was made a canonical part of Git in 7b5c93c6c6 (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>
This commit is contained in:
committed by
Junio C Hamano
parent
f368df439b
commit
c64eb849b1
2
Makefile
2
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
|
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