SCons: Stop embedding the mercurial revision into the binary.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 11 Mar 2011 19:27:36 +0000 (11:27 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 11 Mar 2011 19:27:36 +0000 (11:27 -0800)
commit02f10fbdc8ab95d8115fc71238f157d4e10f45a6
tree7e9fde33fb3e48d68a6d5d2e0c11a51f05a43167
parentb6ba1a528b0dca64b5d44f7deebea48bb62abe1b
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.
SConstruct
src/SConscript
src/python/m5/main.py