Thread (1 message) 1 message, 1 author, 2021-08-24

Re: [PATCH] make: add INSTALL_STRIP variable

From: Junio C Hamano <hidden>
Date: 2021-08-24 18:58:22

Bagas Sanjaya [off-list ref] writes:
On 23/08/21 22.55, Junio C Hamano wrote:
quoted
Perhaps.  One bad thing with the current "strip" arrangement is that
it is done in the built directory, and because "make install" would
blindly install whatever in the built directory, if you truly care
that you install unstripped binaries, you need to see if they are
stripped and rebuild them as needed, because "make strip" may or may
not have been done.  From that point of view, getting rid of the
current "make strip" and introducing either "make strip-installed"
("we've installed things earlier---go strip them") or "make
install-stripped" ("we've built (or if we haven't please build them
first), now install them and strip them in the installed directory")
may make more sense.  And for that, any idea that came up in this
discussion that relies on the current "strip" target would not help.
But often the installed directory (install prefix) is owned by root,
so one has to `sudo make install-strip`, right?
Whatever you would need to do for "make install" would be necessary,
because you would be touching the system directories, so there isn't
anything new, I would think.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help