anchao commented on code in PR #10973: URL: https://github.com/apache/nuttx/pull/10973#discussion_r1369494969
########## tools/Config.mk: ########## @@ -589,7 +589,7 @@ define CLEAN endef else define CLEAN - $(Q) rm -f *$(OBJEXT) *$(LIBEXT) *~ .*.swp $(OBJS) $(BIN) $(BIN).lock $(EXTRA) + $(Q) rm -f *$(OBJEXT) *$(LIBEXT) *~ .*.swp $(AROBJS) $(OBJS) $(BIN) $(BIN).lock $(EXTRA) Review Comment: if AROBJS just use for application build, please move this change into rule of application clean -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org