Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call subst on the line passed to Environment.WhereIs | Jim Randall | 2008-08-22 | 1 | -1/+7 |
| | |||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 1 | -2/+2 |
| | | | | them with the python -tt option to keep them out. | ||||
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -0/+5 |
| | |||||
* | Add more environment methods for global functions: Action(), Builder(), ↵ | Steven Knight | 2003-09-25 | 1 | -2/+4 |
| | | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method. | ||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -2/+2 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -4/+6 |
| | | | | we're building targets. | ||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -2/+4 |
| | | | | Default() targets. | ||||
* | Add WhereIs() functionality. | Steven Knight | 2002-03-27 | 1 | -0/+126 |