You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2020/03/19 23:30:28 UTC

[incubator-nuttx-apps] 02/03: Revert "examples/posix_spawn: Fix parallel build errors at link time"

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit d7886374bc10c488a281a065a1f4aa61456fcf76
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Thu Mar 19 20:11:23 2020 +0800

    Revert "examples/posix_spawn: Fix parallel build errors at link time"
    
    This reverts commit 73319a6968ad39e65698dbf10b3b14bb9a247132.
---
 examples/posix_spawn/filesystem/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/posix_spawn/filesystem/Makefile b/examples/posix_spawn/filesystem/Makefile
index aa6dece..c9541ef 100644
--- a/examples/posix_spawn/filesystem/Makefile
+++ b/examples/posix_spawn/filesystem/Makefile
@@ -78,8 +78,7 @@ $(ROMFS_HDR) : $(ROMFS_IMG)
 # Create the exported symbol table
 
 $(SYMTAB_SRC): $(ROMFS_IMG)
-	$(Q) $(FILESYSTEM_DIR)$(DELIM)mksymtab.sh $(ROMFS_DIR) >$@_tmp
-	$(Q) mv $@_tmp $@
+	$(Q) $(FILESYSTEM_DIR)$(DELIM)mksymtab.sh $(ROMFS_DIR) >$@
 
 # Clean each subdirectory