summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-03-11 11:27:36 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-03-11 11:27:36 -0800
commit02f10fbdc8ab95d8115fc71238f157d4e10f45a6 (patch)
tree7e9fde33fb3e48d68a6d5d2e0c11a51f05a43167 /src/python
parentb6ba1a528b0dca64b5d44f7deebea48bb62abe1b (diff)
downloadgem5-02f10fbdc8ab95d8115fc71238f157d4e10f45a6.tar.xz
SCons: Stop embedding the mercurial revision into the binary.
This causes a lot of rebuilds that could have otherwise possibly been avoided, and, more annoyingly, a lot of unnecessary rerunning of the regressions. The benefits of having the revision in the output haven't materialized, so this change removes it.
Diffstat (limited to 'src/python')
-rw-r--r--src/python/m5/main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py
index 23a012166..dc8aab924 100644
--- a/src/python/m5/main.py
+++ b/src/python/m5/main.py
@@ -177,7 +177,6 @@ def main():
print 'Build information:'
print
print 'compiled %s' % defines.compileDate;
- print "revision %s" % defines.hgRev
print 'build options:'
keys = defines.buildEnv.keys()
keys.sort()
@@ -245,7 +244,6 @@ def main():
print
print "M5 compiled %s" % defines.compileDate;
- print "M5 revision %s" % defines.hgRev
print "M5 started %s" % datetime.datetime.now().strftime("%b %e %Y %X")
print "M5 executing on %s" % socket.gethostname()