Makefile: Use install command to install#34
Makefile: Use install command to install#34JohnAZoidberg wants to merge 1 commit intodeadpixi:masterfrom
Conversation
|
|
|
Oh, you're right. It seems to be a GNU extension. |
|
I believe that GNU install's |
|
Hmm. It seems like |
|
I think that I'd go for To be extra careful maybe we could go for Cheers! |
When installing to a non-standard DESTDIR, the entire target tree might not be there.
|
Note that |
|
Which systems do not support |
|
@JohnAZoidberg, for reference: https://www.gnu.org/software/make/manual/html_node/Utilities-in-Makefiles.html Though |
|
Just to clarify, I do not think you should worry about providing an alternative to That lets the portability question be dealt with by users of platforms affected, but still empowers them to overcome the issue with minimal extra effort. |
It creates the parent directories of the target if they are not there.
This is especially useful if you want to install it into a non-standard location.