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 <[email protected]> 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
