This two-patch series adds convenient make target to install Git with stripped executables (programs). The first patch adds such target (called install-stripped), while the second one deletes the now-redundant strip target. Unlike previous attempts [1] and [2], stripping is done after installing Git into installation prefix, without touching working directory where Git is compiled. The advantage of it is unstripped programs can be installed at the same prefix (thus overwriting already installed stripped ones), particularly useful for debugging and development purposes. [1]: https://lore.kernel.org/git/20210820105052.30631-1-bagasdotme@xxxxxxxxx/ [2]: https://lore.kernel.org/git/20210817110728.55842-1-bagasdotme@xxxxxxxxx/ Bagas Sanjaya (2): make: add install-stripped target make: delete strip target Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) base-commit: c4203212e360b25a1c69467b5a8437d45a373cac -- 2.25.1