summaryrefslogtreecommitdiffstats
path: root/test/Mkdir.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the execute-Mkdir-once patch so that it doesn't treat the directory as ↵Steven Knight2004-10-221-33/+67
| | | | up-to-date just because it's been made, but still builds all of its children.
* Handle use of Mkdir() when the file exists.Steven Knight2004-10-211-1/+11
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-3/+3
|
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-0/+97