scons: Rename the basic environment from env -> main.
authorNathan Binkert <nate@binkert.org>
Wed, 22 Apr 2009 00:17:16 +0000 (17:17 -0700)
committerNathan Binkert <nate@binkert.org>
Wed, 22 Apr 2009 00:17:16 +0000 (17:17 -0700)
commit05d8c9acb8a5a985956998fc13551288496e5cdc
tree3f7a317070d035f6a9e1d846841733e99c837a23
parent56e5509bfd4e670c032ccff4c7d68dbe7493eadd
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.
SConstruct
ext/gzstream/SConscript
ext/libelf/SConscript