Ouss4 commented on a change in pull request #1293:
URL: https://github.com/apache/incubator-nuttx/pull/1293#discussion_r444895987
##########
File path: arch/sim/src/Makefile
##########
@@ -316,7 +316,8 @@ export_startup: board/libboard$(LIBEXT) up_head.o
$(HOSTOBJS)
depend: .depend
cleanrel:
- $(Q) rm -f nuttx.rel nuttx-names.dat
+ $(call DELFILE, nuttx-names.dat)
+ $(call DELFILE, nuttx.rel)
Review comment:
Okay. Thanks for the explanation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]