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
@ -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…
Reference in New Issue
Block a user