You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/01 11:47:40 UTC

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #4455: makefile: let `clean_context` in `distclean` command

zhuyanlinzyl commented on pull request #4455:
URL: https://github.com/apache/incubator-nuttx/pull/4455#issuecomment-910206790


   When run `make disclean -j64`  in board/xtensa with toolchain xt-xcc
   
   Their have the case 
   
   1 clean_context run  the command:
   
       `$(Q) $(DIRUNLINK) $(ARCH_SRC)/board`
   
   2 distclean run the command:
   
       `make -C board distclean`
   
   but `board`  has be unlink by clean_context early.
   
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org