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



##########
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:
       > But, I can't find archive target from the top Makefile or 
Application.mk.
   
   @xiaoxiang781216 
   You can find the target at
   
https://github.com/apache/incubator-nuttx-apps/blob/3c556384ea685ebb12d3c6cb7f1c34c07b4d2015/Application.mk#L144
   




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