tmedicci commented on code in PR #9993: URL: https://github.com/apache/nuttx/pull/9993#discussion_r1281719090
########## 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: Updated the PR, @xiaoxiang781216. Now we shouldn't have any problems with parallel execution... -- 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]
