mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Git info separated from version in git-config
This commit is contained in:
parent
124bf4d829
commit
58299b8ba2
@ -15,9 +15,10 @@ Known values for OPTION are:
|
|||||||
--cxxflags print pre-processor and compiler flags
|
--cxxflags print pre-processor and compiler flags
|
||||||
--ldflags print library linking flags
|
--ldflags print library linking flags
|
||||||
--libs print library linking information
|
--libs print library linking information
|
||||||
--summary full build summary
|
--summary print full build summary
|
||||||
--help display this help and exit
|
--help display this help and exit
|
||||||
--version output version information
|
--version output version information
|
||||||
|
--git print git revision
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -43,8 +44,12 @@ while test $# -gt 0; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--version)
|
--version)
|
||||||
echo v@VERSION@
|
echo @VERSION@
|
||||||
echo "(@GRID_BRANCH@ @GRID_SHA@)"
|
exit 0
|
||||||
|
;;
|
||||||
|
|
||||||
|
--git)
|
||||||
|
echo "@GRID_BRANCH@ @GRID_SHA@"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user