Review Board 2.0.15


scons: make a flexible system for guarding source files

Review Request #353 - Created Dec. 21, 2010 and submitted

Information
Nathan Binkert
gem5
Reviewers
Default
ali, gblack, nate, stever
scons: make a flexible system for guarding source files
This is similar to guards on mercurial queues and they're used for selecting
which files are compiled into some given object.  We already do something
similar, but it's mostly hard coded for the m5 binary and the m5 library
and I'd like to make it more flexible to better support the unittests

   
Posted (Dec. 21, 2010, 2:46 a.m.)
This really needs some documentation about which flags have been used, where they can be used and how you modify the build env by using them.

Ali
  1. Good point.  Will do.
src/sim/SConscript (Diff revision 1)
 
 
typo? skip_lib maybe?
  1. Yes, this is a typo.  It was already fixed in my patch, but for whatever reason, I didn't manage to get that up on reviewboard.