nuttx-apps/examples/elf/tests
liuhaitao 54b375dc43 examples: Fix elf/module/posix_spawn sometimes parallel build errors 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 <liuhaitao@xiaomi.com>
2020-03-21 20:46:58 +09:00
..
errno Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
hello Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
helloxx Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
longjmp Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
mutex examples/elf/tests/mutex/mutex.c: Fix typo in a previous PR. 2020-02-15 19:08:03 +01:00
pthread apps/examples/elf: Resolve issue issue 63 2020-02-15 23:55:33 +08:00
signal Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
struct Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
task apps: elf: Fix stack corruption in task test 2020-02-04 20:56:52 -08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile examples: Fix elf/module/posix_spawn sometimes parallel build errors at link time 2020-03-21 20:46:58 +09:00
mkdirlist.sh Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
mksymtab.sh Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00