[rtems commit] build: Fix build dependency order

Sebastian Huber sebh at rtems.org
Wed Aug 2 08:39:18 UTC 2023


Module:    rtems
Branch:    master
Commit:    54a04cc917e715ae70ea81f8adbe17b932c787d1
Changeset: http://git.rtems.org/rtems/commit/?id=54a04cc917e715ae70ea81f8adbe17b932c787d1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Aug  2 11:01:51 2023 +0200

build: Fix build dependency order

---

 spec/build/bsps/grpmake.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/build/bsps/grpmake.yml b/spec/build/bsps/grpmake.yml
index 9e6a8b8a50..cb0dc10a55 100644
--- a/spec/build/bsps/grpmake.yml
+++ b/spec/build/bsps/grpmake.yml
@@ -32,6 +32,8 @@ install:
   - make/custom/default.cfg
 ldflags: []
 links:
+- role: build-dependency
+  uid: optmake
 - role: build-dependency
   uid: makebsp
 - role: build-dependency
@@ -40,8 +42,6 @@ links:
   uid: makeinc
 - role: build-dependency
   uid: maketarget
-- role: build-dependency
-  uid: optmake
 type: build
 use-after: []
 use-before: []



More information about the vc mailing list