From eaf81e7277e9585dee784ca19ed73fb0ca45a9e0 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 9 Jul 2019 04:40:04 +0100 Subject: [PATCH] buildsystem: fix and relocate comment --- config/functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/functions b/config/functions index fbf3b7d811..cced5cdb50 100644 --- a/config/functions +++ b/config/functions @@ -1239,6 +1239,8 @@ enable_service() { ### MULTI-THREADED FUNCTION HELPERS ### +# Test MTWITHLOCKS so that these functions are a no-op during non-multithreaded builds. + # Prevent concurrent modifications to a package (unpack) or # package:target (install/build). # @@ -1362,7 +1364,6 @@ update_dashboard() { # Thread concurrency helpers to avoid concurrency issues with some code, # eg. when Python installs directly into $TOOLCHAIN. -# Test MTJOBID so that these functions are a no-op during non-multithreaded builds. acquire_exclusive_lock() { [ "${MTWITHLOCKS}" != "yes" ] && return 0