summaryrefslogtreecommitdiffstats
path: root/test/option-n.py
Commit message (Expand)AuthorAgeFilesLines
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-1/+1
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-211-8/+1
* Better -n test: make sure the directory is clean first. (Kevin Quick)Steven Knight2004-09-151-1/+15
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-8/+5
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-121-1/+75
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-311-1/+9
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-191-1/+8
* 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
* Don't duplicate source files in a BuildDir when the -n option is used.Steven Knight2003-01-011-6/+4
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-14/+5
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-2/+3
* Prevent -n from unlinking files.Steven Knight2002-12-051-0/+57
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-2/+2
* Changes from Charles Crain.Steven Knight2002-06-051-3/+2
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-0/+13
* 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
* Fix a number of small problems in tests.Steven Knight2001-10-281-2/+5
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-5/+7
* Implement special variable substitution.Steven Knight2001-10-111-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-24/+6
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-10/+8
* Add -n and -s support.Steven Knight2001-09-111-17/+54
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-0/+41