summaryrefslogtreecommitdiffstats
path: root/test/option--U.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).Steven Knight2005-08-171-36/+36
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-2/+5
* Fix -U, -D and -d with explicit targets that start with ../.Steven Knight2003-06-281-0/+31
* Fix -U when no Default() targets are specified.Steven Knight2003-03-231-2/+15
* 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
* Make the 'Do not know how to build' error message catch more cases. (Anthony...Steven Knight2002-12-161-3/+4
* Make Default(source) and -U fail gracefully. (Anthony Roach)Steven Knight2002-11-221-0/+6
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-1/+1
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-1/+1
* Eliminate an exception when using -U.Steven Knight2002-09-081-0/+10
* Provide a message if there are no command-line targets specified and no Defau...Steven Knight2002-08-311-1/+1
* Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)Steven Knight2002-08-051-4/+10
* Still more Win32 portability.Steven Knight2002-07-141-5/+5
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-121-0/+6
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-1/+1
* Make Alias work with -U, -u, and -D (Anthony Roach)Steven Knight2002-04-241-2/+17
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-111-17/+53
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-0/+74