Ouss4 commented on code in PR #1216: URL: https://github.com/apache/incubator-nuttx-apps/pull/1216#discussion_r916790281
########## Directory.mk: ########## @@ -26,6 +26,7 @@ SUBDIRS := $(dir $(wildcard *$(DELIM)Makefile)) CONFIGSUBDIRS := $(filter-out $(dir $(wildcard *$(DELIM)Kconfig)),$(SUBDIRS)) CLEANSUBDIRS += $(dir $(wildcard *$(DELIM).depend)) CLEANSUBDIRS += $(dir $(wildcard *$(DELIM).kconfig)) +CLEANSUBDIRS += $(dir $(wildcard *$(DELIM)*.tar.*)) Review Comment: Not sure why is this required. I see the discussion here https://github.com/apache/incubator-nuttx/pull/6586 `.depend` is created in the argtable3 directory and thus `distclean` should execute there and delete the downloaded files. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
