From 5ee1c56b3508b67910a8196724f3df2182d55efd Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 28 Jan 2006 01:22:25 +0000 Subject: 2006-01-27 Frank Ch. Eigler * main.cxx (main): In verbose mode, print user+sys times after each pass. * buildrun.cxx (compile_pass): Move success message back to main(). --- buildrun.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 744ff988..0ed3a3d5 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -92,11 +92,6 @@ compile_pass (systemtap_session& s) if (s.verbose) clog << "Running " << make_cmd << endl; rc = system (make_cmd.c_str()); - - if (s.verbose) clog << "Pass 4: compiled into \"" - << s.module_name << ".ko" - << "\"" << endl; - return rc; } -- cgit