mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-12 13:40:16 +00:00
Merge pull request #120 from liuguo09/posix_spawn_nightly_build_fix
examples/posix_spawn: Fix parallel build errors at link time
This commit is contained in:
commit
0e13730afd
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ $(ROMFS_HDR) : $(ROMFS_IMG)
|
|||
# Create the exported symbol table
|
||||
|
||||
$(SYMTAB_SRC): $(ROMFS_IMG)
|
||||
$(Q) $(FILESYSTEM_DIR)$(DELIM)mksymtab.sh $(ROMFS_DIR) >$@
|
||||
$(Q) $(FILESYSTEM_DIR)$(DELIM)mksymtab.sh $(ROMFS_DIR) >$@_tmp
|
||||
$(Q) mv $@_tmp $@
|
||||
|
||||
# Clean each subdirectory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue