From b473bd74e90f19f97f7fdca37371fcd528128189 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jun 2008 17:50:07 +0000 Subject: [PATCH] examples/ostest can be executed in a loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@763 42af7a65-404d-4744-a932-0658087f49c3 --- arch/sim/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index f7f323754e6..040a9841d72 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -114,6 +114,7 @@ nuttx$(EXEEXT): nuttx.rel $(HOSTOBJS) @$(NM) $(TOPDIR)/$@ | \ grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \ sort > $(TOPDIR)/System.map + @rm -f nuttx.rel .depend: Makefile $(SRCS) @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep