You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/01/29 08:26:09 UTC

[incubator-nuttx] 01/12: Revert "sim: Don't bother to remove nuttx.rel after consuming"

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

jerpelea pushed a commit to branch revert-179-osx-sim
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 820448bb4aebc0fe4852d981b4acb8b6aaf437ca
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Wed Jan 29 09:26:02 2020 +0100

    Revert "sim: Don't bother to remove nuttx.rel after consuming"
    
    This reverts commit 4174c818df2f8230bc53daf5d79f14e1c9461e0f.
---
 arch/sim/src/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile
index 02b7628..8bd1f72 100644
--- a/arch/sim/src/Makefile
+++ b/arch/sim/src/Makefile
@@ -318,6 +318,7 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS)
 	$(Q) $(NM) $(TOPDIR)/$@ | \
 		grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
 		sort > $(TOPDIR)/System.map
+	$(Q) rm -f nuttx.rel
 
 # This is part of the top-level export target