mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +02:00
eclass/ninja-utils: Sync with Gentoo
It's from Gentoo commit 23b8b4a1d7098caf5c183709c9dff7595c74e348.
This commit is contained in:
parent
fc24d9b8c2
commit
62f306a4f5
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: ninja-utils.eclass
|
# @ECLASS: ninja-utils.eclass
|
||||||
@ -34,12 +34,12 @@ _NINJA_UTILS_ECLASS=1
|
|||||||
# but other values can be set where NINJA_DEPEND will then be set
|
# but other values can be set where NINJA_DEPEND will then be set
|
||||||
# to a blank variable.
|
# to a blank variable.
|
||||||
# The default is set to "ninja".
|
# The default is set to "ninja".
|
||||||
: ${NINJA:=ninja}
|
: "${NINJA:=ninja}"
|
||||||
|
|
||||||
# @ECLASS_VARIABLE: NINJA_DEPEND
|
# @ECLASS_VARIABLE: NINJA_DEPEND
|
||||||
# @OUTPUT_VARIABLE
|
# @OUTPUT_VARIABLE
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Contains a set of build-time depenendencies based on the NINJA setting.
|
# Contains a set of build-time dependencies based on the NINJA setting.
|
||||||
|
|
||||||
# @ECLASS_VARIABLE: NINJAOPTS
|
# @ECLASS_VARIABLE: NINJAOPTS
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user