summaryrefslogtreecommitdiffstats
path: root/test/option--warn.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵Steven Knight2004-05-191-2/+5
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* Make the targets/sources warnings test pass regardless of dictionary order.Steven Knight2004-04-071-4/+4
|
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+40
|
* Relax the duplicate-environment restriction for targets so that it's okay if ↵Steven Knight2003-12-081-0/+41
| | | | the two environments would build the target with the same command or function call. (Scott Fritchie)
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-011-0/+17
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Remove deprecated features.Steven Knight2003-02-121-17/+19
|
* 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
|
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-5/+5
|
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-4/+4
| | | | Default() targets.
* Changes from Charles Crain.Steven Knight2002-06-051-0/+83