[rtems-docs commit] eng: Allow target attribute in build script items

Sebastian Huber sebh at rtems.org
Mon Sep 18 07:18:34 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    68ece64ffc3ea1cc832248094174c13a5459f1cd
Changeset: http://git.rtems.org/rtems-docs/commit/?id=68ece64ffc3ea1cc832248094174c13a5459f1cd

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Sep 18 08:48:55 2023 +0200

eng: Allow target attribute in build script items

---

 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`



More information about the vc mailing list