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 2022/02/14 16:34:12 UTC

[GitHub] [incubator-nuttx] juniskane opened a new pull request #5494: tools/Unix.mk: silence output from version.sh

juniskane opened a new pull request #5494:
URL: https://github.com/apache/incubator-nuttx/pull/5494


   ## Summary
   
   This fixes error:
   
     tools/Unix.mk:49: *** missing separator. Stop.
   
   that happens if tools/version.sh is invoked on a git repository that contains no tags.
   $(shell) works like backsticks so without this any output from version.sh is parsed as part of Makefile text.
   
   See https://github.com/apache/incubator-nuttx/issues/5324
   (For some reason the issue was closed without actually fixing it.)
   
   ## Impact
   Only affects repositories where version.sh outputs any diagnostics to stdout
   
   ## Testing
   
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5494: tools/Unix.mk: silence output from version.sh

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5494:
URL: https://github.com/apache/incubator-nuttx/pull/5494


   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5494: tools/Unix.mk: silence output from version.sh

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5494:
URL: https://github.com/apache/incubator-nuttx/pull/5494


   


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