mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
sim: Don't bother to remove nuttx.rel after consuming
We usually don't remove input files like $OBJS.
This commit is contained in:
committed by
Alin Jerpelea
parent
b2b84cb010
commit
4174c818df
@@ -318,7 +318,6 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS)
|
|||||||
$(Q) $(NM) $(TOPDIR)/$@ | \
|
$(Q) $(NM) $(TOPDIR)/$@ | \
|
||||||
grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
|
grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
|
||||||
sort > $(TOPDIR)/System.map
|
sort > $(TOPDIR)/System.map
|
||||||
$(Q) rm -f nuttx.rel
|
|
||||||
|
|
||||||
# This is part of the top-level export target
|
# This is part of the top-level export target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user