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/23 14:03:01 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

patacongo commented on issue #1880:
URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697405257


   The dir unlink script seems to be working fine, however (at least using a relative path):
   
       $ find . -name chip
       ./arch/arm/include/chip
       ./arch/arm/src/chip
       ./arch/z80/include/chip
       ./include/arch/chip
       
       $ tools/unlink.sh ./arch/z80/include/chip
       
       $ find . -name chip
       ./arch/arm/include/chip
       ./arch/arm/src/chip
       ./include/arch/chip
   


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