From 9b975700e9f2ac09097ab5870e7f71c5b58f5584 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 10 Oct 2017 15:47:06 -0400 Subject: Correct erroneous project_action() usage 'project_action' does not carry out the given action for a project, contrary to that which the naming may seem to imply. Replacing the usage of the aforementioned with 'project_action_arguments' provides the intended behavior. --- projects/cros-ec/cros-ec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/cros-ec') diff --git a/projects/cros-ec/cros-ec b/projects/cros-ec/cros-ec index a8a5a634..d463f5f3 100755 --- a/projects/cros-ec/cros-ec +++ b/projects/cros-ec/cros-ec @@ -81,9 +81,9 @@ build() { local config=$( cros_ec_config "$@" ) - local crossgcc_bin_prefix=$( project_action "prefix" "crossgcc" "$arch" ) + local crossgcc_bin_prefix=$( project_action_arguments "prefix" "crossgcc" "$arch" ) - project_action "build" "crossgcc" "$arch" + project_action_arguments "build" "crossgcc" "$arch" make -C "$sources_path" out="$build_path" CROSS_COMPILE="$crossgcc_bin_prefix" HOST_CROSS_COMPILE= BOARD="$config" -j$TASKS fi -- cgit v1.2.3-70-g09d2