Util: Do not style check symlinks
authorJoel Hestness <jthestness@gmail.com>
Tue, 10 Jun 2014 03:01:18 +0000 (22:01 -0500)
committerJoel Hestness <jthestness@gmail.com>
Tue, 10 Jun 2014 03:01:18 +0000 (22:01 -0500)
commit4a98b0cd5985fabf7b4138f0ef1e19023d3e028c
treebe9f5fce278fa66ada2fd85c30365cdab74291c0
parent4f8ac94549b46764df5c2dc5854a78268cb94d08
Util: Do not style check symlinks

The style checker used to traverse symlinks if they pointed to files, which can
result in style checker failure if the pointed-to file doesn't exist. This
style check is actually unnecessary, since symlinks either point to other files
that are already style checked, or files outside gem5, which shouldn't be
checked. Skip symlinks.
util/style.py