diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-02 21:39:52 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-02 21:39:52 -0400 |
commit | 4a0331e0862782c78f7372c91e9e3d5d2a856906 (patch) | |
tree | e8a281ca4777b014a80919b7114036487a100143 /projects/depthcharge | |
parent | 04f28ea7280492bb7acfa71f223d76bc37a54902 (diff) | |
download | librebootfr-4a0331e0862782c78f7372c91e9e3d5d2a856906.tar.gz librebootfr-4a0331e0862782c78f7372c91e9e3d5d2a856906.zip |
Build only depthcharge in depthcharge build action
Makes things easier to maintain if a project only builds itself--less
moving parts, etc.
Diffstat (limited to 'projects/depthcharge')
-rwxr-xr-x | projects/depthcharge/depthcharge | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/projects/depthcharge/depthcharge b/projects/depthcharge/depthcharge index ca31d4be..f7645092 100755 --- a/projects/depthcharge/depthcharge +++ b/projects/depthcharge/depthcharge @@ -76,9 +76,6 @@ build() { local arch=$( depthcharge_arch "$@" ) local device=$( depthcharge_device "$@" ) - project_action "build" "crossgcc" "$arch" - project_action "build" "libpayload" "$project" "$@" - project_action "checkout" "vboot" "devices" mkdir -p "$build_path" |