xiaoxiang781216 commented on code in PR #9993: URL: https://github.com/apache/nuttx/pull/9993#discussion_r1281046617
########## 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: but prebuild will run in parallel with pass1 and pass2. -- 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]
