summaryrefslogtreecommitdiffstats
path: root/test/Alias.py
Commit message (Collapse)AuthorAgeFilesLines
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-6/+4
| | | | we're building targets.
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-091-1/+42
|
* Changes from Charles Crain.Steven Knight2002-06-051-3/+3
|
* Raise an error if a builder is called multiple times for a given target, ↵Steven Knight2002-05-061-0/+10
| | | | unless the builder is marked as multicall safe. (Anthony Roach)
* Add support for target Aliases.Steven Knight2002-03-251-0/+110