summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorfche <fche>2006-01-28 01:22:25 +0000
committerfche <fche>2006-01-28 01:22:25 +0000
commit5ee1c56b3508b67910a8196724f3df2182d55efd (patch)
tree0464ff43855227e36273f9c81c62c7644a322180 /buildrun.cxx
parent3066c15c5313ba37afb518ef13d207c764a8ad2a (diff)
downloadsystemtap-steved-5ee1c56b3508b67910a8196724f3df2182d55efd.tar.gz
systemtap-steved-5ee1c56b3508b67910a8196724f3df2182d55efd.tar.xz
systemtap-steved-5ee1c56b3508b67910a8196724f3df2182d55efd.zip
2006-01-27 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (main): In verbose mode, print user+sys times after each pass. * buildrun.cxx (compile_pass): Move success message back to main().
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx5
1 files changed, 0 insertions, 5 deletions
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;
}