mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
git ref in config summary
This commit is contained in:
parent
e8e56b3414
commit
124bf4d829
@ -406,6 +406,7 @@ cwd=`pwd -P`; cd ${srcdir}; abs_srcdir=`pwd -P`; cd ${cwd}
|
|||||||
GRID_CXXFLAGS="$AM_CXXFLAGS $CXXFLAGS"
|
GRID_CXXFLAGS="$AM_CXXFLAGS $CXXFLAGS"
|
||||||
GRID_LDFLAGS="$AM_LDFLAGS $LDFLAGS"
|
GRID_LDFLAGS="$AM_LDFLAGS $LDFLAGS"
|
||||||
GRID_LIBS=$LIBS
|
GRID_LIBS=$LIBS
|
||||||
|
GRID_SHORT_SHA=`git rev-parse --short HEAD`
|
||||||
GRID_SHA=`git rev-parse HEAD`
|
GRID_SHA=`git rev-parse HEAD`
|
||||||
GRID_BRANCH=`git rev-parse --abbrev-ref HEAD`
|
GRID_BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||||
AM_CXXFLAGS="-I${abs_srcdir}/include $AM_CXXFLAGS"
|
AM_CXXFLAGS="-I${abs_srcdir}/include $AM_CXXFLAGS"
|
||||||
@ -423,6 +424,7 @@ AC_SUBST([GRID_BRANCH])
|
|||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Summary of configuration for $PACKAGE v$VERSION
|
Summary of configuration for $PACKAGE v$VERSION
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
git: $GRID_BRANCH $GRID_SHORT_SHA
|
||||||
----- PLATFORM ----------------------------------------
|
----- PLATFORM ----------------------------------------
|
||||||
architecture (build) : $build_cpu
|
architecture (build) : $build_cpu
|
||||||
os (build) : $build_os
|
os (build) : $build_os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user