From 47c0df6ae6ad6453b38e4035f6d73f24f797b52b Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Thu, 19 Mar 2020 20:11:34 +0800 Subject: [PATCH] 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 03c1ca34fe..fd97821964 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