|
[Rivet-svn] r2650 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Aug 11 17:54:49 BST 2010
Author: buckley Date: Wed Aug 11 17:54:49 2010 New Revision: 2650 Log: Tiny tweak, fixing a typo and noting that compiler flags, e.g. -g, can also be passed direct to rivet-buildplugin Modified: trunk/bin/rivet-buildplugin Modified: trunk/bin/rivet-buildplugin ============================================================================== --- trunk/bin/rivet-buildplugin Wed Aug 11 17:31:58 2010 (r2649) +++ trunk/bin/rivet-buildplugin Wed Aug 11 17:54:49 2010 (r2650) @@ -6,7 +6,7 @@ if test $# -lt 2 || test -n "$tmp"; then echo "$PROG: compilation helper for Rivet analysis plugins" echo - echo "Usage: $PROG <libname> <source1> [source2> ...]" + echo "Usage: $PROG <libname> <source1> [<source2> [compiler_flags] ...]" echo "<libname> can be a path, provided the filename is of the form 'Rivet*.so'" echo echo "Options:" @@ -39,7 +39,7 @@ exit 1 fi -## Get the source files +## Get the source files (and more flags) shift sources="$@"
More information about the Rivet-svn mailing list |