xiaoxiang781216 commented on a change in pull request #982:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/982#discussion_r792278983



##########
File path: Makefile
##########
@@ -63,6 +63,10 @@ ifeq ($(CONFIG_BUILD_KERNEL),y)
 install: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_install)
 
 .import: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_all)
+       $(Q) for app in ${CONFIGURED_APPS}; do \
+               $(MAKE) -C "$${app}" archive ; \

Review comment:
       archive isn't a general target, why we need this?




-- 
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


Reply via email to