|
[Rivet-svn] r2795 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Dec 1 14:39:38 GMT 2010
Author: buckley Date: Wed Dec 1 14:39:38 2010 New Revision: 2795 Log: Remove use of user CPPFLAGS and CXXFLAGS variables Modified: trunk/bin/rivet-buildplugin.in Modified: trunk/bin/rivet-buildplugin.in ============================================================================== --- trunk/bin/rivet-buildplugin.in Tue Nov 30 18:59:19 2010 (r2794) +++ trunk/bin/rivet-buildplugin.in Wed Dec 1 14:39:38 2010 (r2795) @@ -90,6 +90,6 @@ fi ## Build -cmd="$mycxx -o \"$libname\" $shared_flags $mycppflags $mycxxflags $CPPFLAGS $CXXFLAGS $sources_and_flags" +cmd="$mycxx -o \"$libname\" $shared_flags $mycppflags $mycxxflags $sources_and_flags" echo $cmd eval $cmd
More information about the Rivet-svn mailing list |