summaryrefslogtreecommitdiffstats
path: root/test/sconsign.py
Commit message (Collapse)AuthorAgeFilesLines
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-2/+1
| | | | we're building targets.
* Add a decent error message for corrupted .sconsign files (Bug 579666). ↵Steven Knight2002-08-051-1/+31
| | | | (Anthony Roach)
* Changes from Charles Crain.Steven Knight2002-06-051-3/+3
|
* Implement implicit dependency caching.Steven Knight2002-04-111-1/+3
|
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-1/+1
|
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+2
|
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-4/+0
|
* Make writing a .sconsign more robust by writing to a temporary file first ↵Steven Knight2002-02-091-0/+75
and renaming it.