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/05/08 17:55:20 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #1010: tools/refresh.sh --help

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


   This reason for this is:
   
       if ! $CMPCONFIG $DEFCONFIG defconfig; then
       ...
   
   So if no logical content of the defconfig has changed then it will not be updated.  That means if the ordering of elements changes so that there is a lexical content changes, it will not be updated and the user will not be prompted.
   
   Is that good?  It is certainly not as bad as my original perception.
   


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