From 86f677ceea73d3db40d2bcf4474b27b205cd6813 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 15 Aug 2019 20:51:34 +0100 Subject: [PATCH] save_build_config: centralise --- config/multithread | 2 ++ scripts/image | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/multithread b/config/multithread index 34ccc0b1f7..ca30caf7a6 100644 --- a/config/multithread +++ b/config/multithread @@ -175,6 +175,8 @@ start_multithread_build() { ${SCRIPTS}/genbuildplan.py --no-reorder --show-wants --build ${@} > "${THREAD_CONTROL}"/plan || result=1 if [ ${result} -eq 0 ]; then + save_build_config + cat "${THREAD_CONTROL}"/plan | awk '{print $1 " " $2}' | \ MTBUILDSTART=$(date +%s) MTWITHLOCKS=yes ${TOOLCHAIN}/bin/parallel \ --plain --no-notice --max-procs ${THREADCOUNT} --joblog="${THREAD_CONTROL}/joblog" --plus ${buildopts} \ diff --git a/scripts/image b/scripts/image index 783d874db0..3e04ef4032 100755 --- a/scripts/image +++ b/scripts/image @@ -11,7 +11,6 @@ unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL _DEBUG_DEPENDS_LIST _DEBUG_PACK . config/show_config show_config -save_build_config ${SCRIPTS}/checkdeps