diff options
author | fche <fche> | 2005-07-12 21:31:25 +0000 |
---|---|---|
committer | fche <fche> | 2005-07-12 21:31:25 +0000 |
commit | d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14 (patch) | |
tree | 7d3966927397848ccae4797de08241b24d5897e1 /main.cxx | |
parent | f4e12f02458ef7846f50c22887a907d93068738a (diff) | |
download | systemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.tar.gz systemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.tar.xz systemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.zip |
2005-07-12 Frank Ch. Eigler <fche@redhat.com>
* buildrun.cxx (compile_pass): Make non-verbose mode quieter.
(run_pass): Spawn stpd for dirty work.
* Makefile.am: Also build stpd into libexecdir.
* configure.ac: Pass LIBEXECDIR.
* Makefile.in, configure, config.in: Regenerated.
* AUTHORS: Update.
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ void usage (systemtap_session& s) { clog - << "SystemTap translator " + << "SystemTap translator/driver " << "(version " << VERSION << " built " << DATE << ")" << endl << "Copyright (C) 2005 Red Hat, Inc." << endl << "This is free software; see the source for copying conditions." |