scons: don't maintain files in sorted order
authorNathan Binkert <nate@binkert.org>
Thu, 15 Apr 2010 23:25:14 +0000 (16:25 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 15 Apr 2010 23:25:14 +0000 (16:25 -0700)
commit4225a68a9538401d9f5e772d8d090e57eb7adb7b
tree5eba1f829fa7b721ced468e928d815daa05cdef7
parente99828b06a1b694b7aca09682ae2b1be9089af88
scons: don't maintain files in sorted order
This causes builds to happen in sorted order rather than in
declaration order. This gets annoying when you make a global change
and then you notice that the files that are being compiled are jumping
around the directory hierarchy.
src/SConscript