liuguo09 opened a new pull request #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors … URL: https://github.com/apache/incubator-nuttx-apps/pull/130 …at link time It seems in the time window mksymtab.sh redirect to symtab.c, there is chance symtab.c would also be built meantime. Then if built before symtab.c write done, link errors may occur. So use rename and mv operation to reduce the possibility. Signed-off-by: liuhaitao <[email protected]>
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
