commit | 05d8c9acb8a5a985956998fc13551288496e5cdc | [log] [tgz] |
---|---|---|
author | Nathan Binkert <nate@binkert.org> | Tue Apr 21 17:17:16 2009 -0700 |
committer | Nathan Binkert <nate@binkert.org> | Tue Apr 21 17:17:16 2009 -0700 |
tree | 3f7a317070d035f6a9e1d846841733e99c837a23 | |
parent | 56e5509bfd4e670c032ccff4c7d68dbe7493eadd [diff] |
scons: Rename the basic environment from env -> main. env is used as a local variable all over the place and sometimes it is easy to get confused as to whether the global env or local env is being used. This will become especially important when I change the way we support our variants.