1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Config summary saved in git-config

This commit is contained in:
2017-05-02 19:40:47 +01:00
parent 89c430136d
commit e8e56b3414
2 changed files with 30 additions and 17 deletions

View File

@ -15,6 +15,7 @@ Known values for OPTION are:
--cxxflags print pre-processor and compiler flags
--ldflags print library linking flags
--libs print library linking information
--summary full build summary
--help display this help and exit
--version output version information
@ -63,6 +64,12 @@ while test $# -gt 0; do
echo @GRID_LIBS@
;;
--summary)
echo ""
echo "@GRID_SUMMARY@"
echo ""
;;
*)
usage
exit 1