scons: Get rid of generate.py in the build system.
authorNathan Binkert <nate@binkert.org>
Thu, 31 Jul 2008 15:01:38 +0000 (08:01 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 31 Jul 2008 15:01:38 +0000 (08:01 -0700)
commit4b1e0d235df59059a686c992f284278f5bfda2ad
treece86d0f00909df72346b2396804858b2d97e7b55
parent0622eec53ae87e008a8d5e0e685321c69ea401d3
scons: Get rid of generate.py in the build system.
I decided that separating some of the scons code into generate.py was
just a bad idea because it caused the dependency system to get all
messed up.  If separation is the right way to go in the future, we
should probably use the sconscript mechanism, not the mechanism that I
just removed.
src/SConscript
src/python/generate.py [deleted file]