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 47c0df6ae6ad6453b38e4035f6d73f24f797b52b
Author: liuhaitao <[email protected]>
AuthorDate: Thu Mar 19 20:11:34 2020 +0800

    Revert "examples: elf: Fix parallel build errors at link time"
    
    This reverts commit 176fd27c8ab9e9eb7d72b5501a8acca94cc38734.
---
 examples/elf/tests/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/elf/tests/Makefile b/examples/elf/tests/Makefile
index 03c1ca3..fd97821 100644
--- a/examples/elf/tests/Makefile
+++ b/examples/elf/tests/Makefile
@@ -141,8 +141,7 @@ $(DIRLIST_HDR) : populate
 # Create the exported symbol table
 
 $(SYMTAB_SRC): populate
-       $(Q) $(TESTS_DIR)/mksymtab.sh $(FSIMG_DIR) >$@_tmp
-       $(Q) mv $@_tmp $@
+       $(Q) $(TESTS_DIR)/mksymtab.sh $(FSIMG_DIR) >$@
 
 # Clean each subdirectory
 

Reply via email to