summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-10 13:36:34 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-10 13:36:34 -0400
commit2881ab63dced89cf57ccf5036eca0a2e6da8a00f (patch)
tree81f0d25ca89ebfaeff32ed01cfd60048dc30d88e
parente434132f0168145d24cc8f0e6b204020773d561a (diff)
downloadsystemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.tar.gz
systemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.tar.xz
systemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.zip
PR6393: don't bother print build (configure) date any more, with reliable git ids
-rw-r--r--main.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index e90f9f12..98c1711b 100644
--- a/main.cxx
+++ b/main.cxx
@@ -48,8 +48,7 @@ version ()
clog
<< "SystemTap translator/driver "
<< "(version " << VERSION << "/" << dwfl_version (NULL)
- << " " << GIT_MESSAGE
- << " built " << DATE << ")" << endl
+ << " " << GIT_MESSAGE << ")" << endl
<< "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl
<< "This is free software; see the source for copying conditions." << endl;
}