summaryrefslogtreecommitdiff
path: root/spec/spec/build-script.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-25 13:22:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitadb26ed3bfe8306123fa5dab15dce4d6e6fc19c4 (patch)
tree11ba3c13e7dcb2bfe6b7454fa1b62c8bb9da7f4d /spec/spec/build-script.yml
parent7bc644142b01a2bce4579b5fca52311e0f425293 (diff)
spec: Sort attributes
Diffstat (limited to 'spec/spec/build-script.yml')
-rw-r--r--spec/spec/build-script.yml56
1 files changed, 28 insertions, 28 deletions
diff --git a/spec/spec/build-script.yml b/spec/spec/build-script.yml
index cae05629..32c4fc6a 100644
--- a/spec/spec/build-script.yml
+++ b/spec/spec/build-script.yml
@@ -14,14 +14,18 @@ spec-example: null
spec-info:
dict:
attributes:
- do-configure:
- description: |
- If this script shall execute, then it shall be Python code which is
- executed via ``exec()`` in the context of the ``do_configure()``
- method of the :file:`wscript`. A local variable ``conf`` is
- available with the ``waf`` configuration context. A local variable
- ``cic`` is available with the configuration item context.
- spec-type: optional-str
+ asflags:
+ description: null
+ spec-type: build-asflags
+ cflags:
+ description: null
+ spec-type: build-cflags
+ cppflags:
+ description: null
+ spec-type: build-cppflags
+ cxxflags:
+ description: null
+ spec-type: build-cxxflags
do-build:
description: |
If this script shall execute, then it shall be Python code which is
@@ -30,14 +34,20 @@ spec-info:
the ``waf`` build context. A local variable ``bic`` is available
with the build item context.
spec-type: optional-str
- prepare-configure:
+ do-configure:
description: |
If this script shall execute, then it shall be Python code which is
- executed via ``exec()`` in the context of the ``prepare_configure()``
+ executed via ``exec()`` in the context of the ``do_configure()``
method of the :file:`wscript`. A local variable ``conf`` is
available with the ``waf`` configuration context. A local variable
``cic`` is available with the configuration item context.
spec-type: optional-str
+ includes:
+ description: null
+ spec-type: build-includes
+ ldflags:
+ description: null
+ spec-type: build-ldflags
prepare-build:
description: |
If this script shall execute, then it shall be Python code which is
@@ -46,6 +56,14 @@ spec-info:
with the ``waf`` build context. A local variable ``bic`` is
available with the build item context.
spec-type: optional-str
+ prepare-configure:
+ description: |
+ If this script shall execute, then it shall be Python code which is
+ executed via ``exec()`` in the context of the ``prepare_configure()``
+ method of the :file:`wscript`. A local variable ``conf`` is
+ available with the ``waf`` configuration context. A local variable
+ ``cic`` is available with the configuration item context.
+ spec-type: optional-str
stlib:
description: |
It shall be a list of external static library identifiers used to
@@ -57,24 +75,6 @@ spec-info:
use-before:
description: null
spec-type: build-use-before-list
- asflags:
- description: null
- spec-type: build-asflags
- cflags:
- description: null
- spec-type: build-cflags
- cppflags:
- description: null
- spec-type: build-cppflags
- cxxflags:
- description: null
- spec-type: build-cxxflags
- includes:
- description: null
- spec-type: build-includes
- ldflags:
- description: null
- spec-type: build-ldflags
description: |
This set of attributes specifies build scripts.
required-attributes: