summaryrefslogtreecommitdiffstats
path: root/test/option-c.py
Commit message (Collapse)AuthorAgeFilesLines
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-211-21/+18
|
* Fix fallout from having everything return a list.Steven Knight2004-08-061-3/+3
|
* Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵Steven Knight2003-09-101-2/+2
| | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-191-10/+17
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-1/+53
|
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-271-2/+2
|
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-251-0/+10
|
* 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
|
* Win32 portability.Steven Knight2003-01-161-4/+3
|
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-161-0/+12
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-141-2/+19
|
* Implement the Clean() function.Steven Knight2002-12-271-3/+37
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-8/+12
| | | | we're building targets.
* Warn when -c can't remove a file.Steven Knight2002-09-091-1/+10
|
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
|
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-0/+17
|
* Remove all built targets even if some don't exist.Steven Knight2002-02-211-2/+15
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Make the (s) and variables upper-case.Steven Knight2001-10-311-1/+1
|
* Support building (sub)directories.Steven Knight2001-10-251-3/+2
|
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-4/+7
|
* Implement special variable substitution.Steven Knight2001-10-111-1/+1
|
* Add support for -c (clean targets).Steven Knight2001-10-091-10/+10
|
* Updating licensing.Steven Knight2001-10-031-0/+22
|
* Don't use Program() on some tests that don't need it.Steven Knight2001-09-291-54/+39
|
* Add additional tests to provide more examples.Steven Knight2001-09-211-9/+72
|
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
|
* Add more information error reporting from tests.Steven Knight2001-09-161-12/+6
|
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-7/+5
|
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-0/+31