Skip to content
Snippets Groups Projects
Commit 6edc9372 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

Makefile: implement GNU Coding Standard for Makefiles

GNU coding standards notably specifies:
 * install files with the $(DESTDIR) to the target system image
 * install files with the $(prefix), not $(PREFIX)
 * the default value of $(prefix) should be /usr/local

as per
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html

.

Suggested-by: default avatarKirill Kapranov <kkapra@codeaurora.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 02659d71
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment