xiaoxiang781216 commented on a change in pull request #95: Avoid calling 
ARCHIVE in multiple places (again)
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/95#discussion_r383717194
 
 

 ##########
 File path: Makefile
 ##########
 @@ -55,6 +55,11 @@ endif
 SYMTABSRC = symtab_apps.c
 SYMTABOBJ = $(SYMTABSRC:.c=$(OBJEXT))
 
+# Turn off "Entering directory" messages as they mess up the output of
+# show-objs target.
+MAKEFLAGS += --no-print-directory
 
 Review comment:
   show we add --no-print-directory to line 75 and remove this line to avoid 
the change to th default behaviour.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to