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 2020/09/28 07:11:43 UTC

[GitHub] [incubator-nuttx] liuguo09 commented on pull request #1901: do DIRUNLINK in clean_context instead of in disctclean

liuguo09 commented on pull request #1901:
URL: https://github.com/apache/incubator-nuttx/pull/1901#issuecomment-699823624


   > Yes, this change does solve the Cygwin link problem for me:
   > 
   > ```
   > $ make distclean
   > $ tools/configure.sh -c stm32f4discovery:nsh
   > 
   > $ find . -type l
   > ./arch/arm/include/board
   > ./arch/arm/include/chip
   > ./arch/arm/src/board
   > ./arch/arm/src/chip
   > ./boards/arm/stm32/common/board
   > ./drivers/platform
   > ./include/arch
   > 
   > $ make context
   > $ find . -type l
   > ```
   > 
   > Running 'make' or 'make context' replaces all of bad symbolic links! Thanks.
   > 
   > This works because 'context' depends on 'clean_context' and 'dirlinks'
   > 
   > NOTE: I think that you can run the above test on Linux too. There is nothing in those commands that should no also behave the same way on Linux (I might be wrong).
   
   Yes, I have verified under Linux and Cygwin locally and it works.


----------------------------------------------------------------
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:
users@infra.apache.org