tmedicci commented on code in PR #9993:
URL: https://github.com/apache/nuttx/pull/9993#discussion_r1281105000


##########
tools/Unix.mk:
##########
@@ -508,7 +518,7 @@ pass2: $(NUTTXLIBS)
 # pass1 dependencies and pass1 first, then build pass2 dependencies and pass2.
 # in that case, execute 'make pass1 pass2' from the command line.
 
-$(BIN): pass1 pass2
+$(BIN): prebuild pass1 pass2

Review Comment:
   You're right. I totally forgot the parallel execution... let me think how I 
can handle that...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to