scons: Pull style hook management out of the main SConstruct.
authorGabe Black <gabeblack@google.com>
Thu, 9 Nov 2017 02:45:08 +0000 (18:45 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 10 Nov 2017 13:17:00 +0000 (13:17 +0000)
commit902b3e34beaadaa2ac2932a9ff93f08008a4b16f
tree415a0bff0abf7a126767593afdf4a9ee1cc23b02
parent25e43169c4f0597960bd9888770283af96d59298
scons: Pull style hook management out of the main SConstruct.

Put the code which supports style hooks for mercurial and git into two
scons "tools".

Change-Id: I3ffed85a177be4f9e458fff7b1cf16a3a479914e
Reviewed-on: https://gem5-review.googlesource.com/5563
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
SConstruct
site_scons/gem5_scons/__init__.py [new file with mode: 0644]
site_scons/gem5_scons/util.py [new file with mode: 0644]
site_scons/site_tools/default.py
site_scons/site_tools/git.py [new file with mode: 0644]
site_scons/site_tools/mercurial.py [new file with mode: 0644]