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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to