diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2022-11-22 14:42:13 +0800 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-11-26 10:55:20 +0000 |
commit | e952b9017fab97d0ff480102c569272ff5f56d27 (patch) | |
tree | 6f41e9c23aa2595ab6edca2b7e73d69d9efaa515 /tests/futility/test_update.sh | |
parent | 56ca7296a0c35ca8a7b06584d7f714551c918bef (diff) | |
download | vboot-e952b9017fab97d0ff480102c569272ff5f56d27.tar.gz |
Makefile: Fix missing utilities for 'make all'
The default make target 'all' should depend on either ${UTIL_FILES_SDK}
or ${UTIL_FILES_BOARD}. However, these variables are defined after the
'all' rule, so they actually evaluate to empty strings. This causes the
utility files such as 'crossystem' to be missing. The bug was introduced
by CL:3299836.
Fortunately, these files are also dependencies of the 'install' target.
Therefore this bug doesn't lead to any problem for the vboot_reference
package, because the utilities will be built in src_install().
BUG=none
TEST=make clean && make all -j8 && make install DESTDIR=./install
TEST=make run2tests -j
BRANCH=none
Change-Id: I0abb320e38f17fead373ba44521f3db5346add65
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4045570
Reviewed-by: Hsuan Ting Chen <roccochen@chromium.org>
Diffstat (limited to 'tests/futility/test_update.sh')
0 files changed, 0 insertions, 0 deletions