Skip to content

Commit

Permalink
save_build_config: centralise
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Aug 17, 2019
1 parent 50afe5e commit 86f677c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/multithread
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
1 change: 0 additions & 1 deletion scripts/image
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86f677c

Please sign in to comment.