[PATCH] eng: Allow a target in build script items

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Aug 10 09:00:17 UTC 2023


Some build scripts may produce a test program for example.
---
 eng/req/items.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index 4388c4c..286e998 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -869,6 +869,9 @@ stlib
     The attribute value shall be a list. Each list element shall be a
     :ref:`SpecTypeBuildLinkStaticLibraryDirective`.
 
+target
+    The attribute value shall be a :ref:`SpecTypeBuildTarget`.
+
 use-after
     The attribute value shall be a list. Each list element shall be a
     :ref:`SpecTypeBuildUseAfterDirective`.
@@ -3680,6 +3683,8 @@ This type is used by the following types:
 
 * :ref:`SpecTypeBuildLibraryItemType`
 
+* :ref:`SpecTypeBuildScriptItemType`
+
 * :ref:`SpecTypeBuildStartFileItemType`
 
 * :ref:`SpecTypeBuildTestProgramItemType`
-- 
2.35.3



More information about the devel mailing list