diff options
author | Bill Richardson <wfrichar@chromium.org> | 2014-09-11 10:41:51 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-09-17 01:24:40 +0000 |
commit | efa8756c5e7068e57f5e98f0e7f2f42fb8d969d6 (patch) | |
tree | f118fd2b2fc57027b720b455b75fcc5f4a3bb615 /README | |
parent | bc3f0b74f9e8c8ca043f579d25cbf22a92ea209d (diff) | |
download | vboot-efa8756c5e7068e57f5e98f0e7f2f42fb8d969d6.tar.gz |
cleanup: DESTDIR refers to the install root, not the bin/
This doesn't have any visible effect. It just brings the meaning
of the where-do-I-put-this variable more in line with common
convention.
BRANCH=ToT
BUG=none
CQ-DEPEND=CL:217940
TEST=lots...
make runtests
make DESTDIR=BAR install
make MINIMAL=1 DESTDIR=FOO install
emerge-$BOARD vboot_reference
sudo emerge vboot_reference
trybots: link-tot-paladin, daisy_spring-paladin
Change-Id: I8d72664da07535f663d8b2f13c872eece37978b9
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/217930
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ The commands are the more-or-less expected ones: make make runtests - make install [ DESTDIR=/usr/local/bin ] + make install [ DESTDIR=/usr/local ] |