You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/25 15:10:10 UTC

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2101: Add $(OBJS) and $(BIN) to CLEAN macro to clean objects also in subdirectories

v01d commented on a change in pull request #2101:
URL: https://github.com/apache/incubator-nuttx/pull/2101#discussion_r511609271



##########
File path: tools/Config.mk
##########
@@ -474,7 +474,7 @@ define CLEAN
 endef
 else
 define CLEAN
-	$(Q) rm -f *$(OBJEXT) *$(LIBEXT) *~ .*.swp
+	$(Q) rm -f *$(OBJEXT) *$(LIBEXT) *~ .*.swp $(OBJS) $(BIN)

Review comment:
       Right, I keep forgetting about the other makefile.




----------------------------------------------------------------
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:
users@infra.apache.org