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:
@ -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
|
||||
|
Reference in New Issue
Block a user