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/12/17 22:44:00 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2557: tools/version.sh: Fix the version retrieved from GIT.

masayuki2009 commented on pull request #2557:
URL: https://github.com/apache/incubator-nuttx/pull/2557#issuecomment-747746164


   Hmm, something is wrong with this commit.
   
   ```
   make[1]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009-buildtest2/nuttx'
   touch .clean_context
   tools/mkconfig /mnt/m2ssd/opensource/github_masayuki2009-buildtest2/nuttx > include/nuttx/config.h.tmp
   if [ -f  include/nuttx/config.h ]; then if cmp  include/nuttx/config.h.tmp  include/nuttx/config.h; then rm -f  include/nuttx/config.h.tmp; else mv  include/nuttx/config.h.tmp  include/nuttx/config.h; fi else mv  include/nuttx/config.h.tmp  include/nuttx/config.h; fi
   echo "Create .version"
   Create .version
   tools/version.sh  .version
   Missing minor version number
   USAGE: tools/version.sh [-d|-h] [-b <build>] [-v <major.minor.patch>] <outfile-path>
   Try 'tools/version.sh -h' for more information
   tools/Makefile.unix:230: recipe for target '/mnt/m2ssd/opensource/github_masayuki2009-buildtest2/nuttx/.version' failed
   make: *** [/mnt/m2ssd/opensource/github_masayuki2009-buildtest2/nuttx/.version] Error 3
   ```
   


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