mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
buildsystem: fix and relocate comment
This commit is contained in:
parent
fc97f456dc
commit
eaf81e7277
@ -1239,6 +1239,8 @@ enable_service() {
|
|||||||
|
|
||||||
|
|
||||||
### MULTI-THREADED FUNCTION HELPERS ###
|
### 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
|
# Prevent concurrent modifications to a package (unpack) or
|
||||||
# package:target (install/build).
|
# package:target (install/build).
|
||||||
#
|
#
|
||||||
@ -1362,7 +1364,6 @@ update_dashboard() {
|
|||||||
|
|
||||||
# Thread concurrency helpers to avoid concurrency issues with some code,
|
# Thread concurrency helpers to avoid concurrency issues with some code,
|
||||||
# eg. when Python installs directly into $TOOLCHAIN.
|
# eg. when Python installs directly into $TOOLCHAIN.
|
||||||
# Test MTJOBID so that these functions are a no-op during non-multithreaded builds.
|
|
||||||
acquire_exclusive_lock() {
|
acquire_exclusive_lock() {
|
||||||
[ "${MTWITHLOCKS}" != "yes" ] && return 0
|
[ "${MTWITHLOCKS}" != "yes" ] && return 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user