diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2021-09-05 12:17:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-05 23:49:41 -0700 |
commit | 3231f410090491a6a8fa1b110d1518c6a5786bad (patch) | |
tree | d6887a53f5956124b8e8ca14aa32666cffb5e615 /branch.h | |
parent | The second batch (diff) | |
download | tgif-3231f410090491a6a8fa1b110d1518c6a5786bad.tar.xz |
make: add INSTALL_STRIP option variable
Add $(INSTALL_STRIP), which allows passing stripping options to
$(INSTALL).
For this to work, installing executables must be split to installing
compiled binaries and scripts portions, since $(INSTALL_STRIP) is only
meaningful to the former.
Users can set this variable depending on their system. For example,
Linux users can use `-s --strip-program=strip`, while FreeBSD users can
simply set to `-s` and choose strip program with $STRIPBIN.
[original outline by Đoàn Trần Công Danh]
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'branch.h')
0 files changed, 0 insertions, 0 deletions