From bb0b5db53e777fe3f966ec6f0cbddcf00153d4bf Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sat, 23 Sep 2017 20:33:22 -0400 Subject: Build only Coreboot project in its build action Helps keeps things more modular if each project only builds itself rather than, for example, Coreboot's build action also building crossgcc and an embedded controller firmware; this makes it possible to rebuild only one project if its compilation fails. --- projects/coreboot/coreboot | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'projects') diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot index 5a3c3c7f..f3f5d783 100755 --- a/projects/coreboot/coreboot +++ b/projects/coreboot/coreboot @@ -74,8 +74,6 @@ build() { local crossgcc_bin_path="$crossgcc_build_path/bin/" local vboot_sources_path=$( project_sources_path "vboot" "vboot" "devices" ) - project_action "build" "crossgcc" "$arch" - if git_project_check "$repository" then git_project_checkout "$project" "$repository" "$payload" "$@" @@ -83,15 +81,6 @@ build() { project_action "checkout" "vboot" "devices" - project_action "build" "$payload" "$@" - - if coreboot_ec_check "$payload" "$@" - then - ec=$( coreboot_ec "$payload" "$@" ) - - project_action "build" "$ec" "$@" - fi - rm -f "$sources_path/.xcompile" mkdir -p "$build_path" -- cgit v1.2.3-70-g09d2