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:
Masayuki Ishikawa 2020-03-19 08:20:44 +09:00 committed by GitHub
commit 0e13730afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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