anchao opened a new pull request, #8443:
URL: https://github.com/apache/nuttx/pull/8443

   ## Summary
   
   tools/Config: silent print of archive objects
   
   Signed-off-by: chao an <[email protected]>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   Before:
   
   ```
   $ make -j
   AR (add): libapps.a    nsh_init.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_parse.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_console.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_script.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_system.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_command.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_fscmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_ddcmd.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_proccmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_mmcmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_timcmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_envcmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_syscmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_dbgcmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_session.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_login.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_fsutils.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_builtin.c.home.archer.code.nuttx.n8.apps.nshlib.o nsh_fileapps
 .c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_romfsetc.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_mntcmds.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_consolemain.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_printf.c.home.archer.code.nuttx.n8.apps.nshlib.o 
nsh_test.c.home.archer.code.nuttx.n8.apps.nshlib.o
   LD:  nuttx
   ```
   
   After:
   ```
   $ make -j12
   LD:  nuttx
   ```


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

Reply via email to