Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Win32 fixes: update error message, accomodate re match. | Steven Knight | 2009-04-16 | 1 | -1/+3 |
| | |||||
* | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 1 | -7/+9 |
| | | | | | target X" to say what type of node is being built, and the full path (if it's a file or dir). | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -7/+9 |
| | | | | | | | | | | | | GetBuildFailures(). New function convert_to_buildError, and use it in several places so all build failures now go through it and are returned as BuildError exceptions. Had a small effect on output formatting in many tests but no significant change to behavior. I reworked the patch a little to keep SCons exit status values the same as before; this patch could make it simpler to change them in some cases, e.g. exit with the errno of the failed action if desired. One nice side effect of this patch is that more scons errors print the node that caused the error now. | ||||
* | Better error message when a source file is missing. | Steven Knight | 2004-02-24 | 1 | -3/+3 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Win32 portability. | Steven Knight | 2003-01-09 | 1 | -2/+4 |
| | |||||
* | Make the 'Do not know how to build' error message catch more cases. ↵ | Steven Knight | 2002-12-16 | 1 | -1/+31 |
| | | | | (Anthony Roach) | ||||
* | Really take care of non-existent drive letters on Win32. | Steven Knight | 2002-11-30 | 1 | -55/+1 |
| | |||||
* | Provide graceful failures when a source file doesn't exist and can't be ↵ | Steven Knight | 2002-11-27 | 1 | -1/+74 |
| | | | | build, and when a nonexistent drive letter is used on Win32. | ||||
* | Win32 portability: Fix error status passing back when calling sys.exit(). | Steven Knight | 2002-09-07 | 1 | -2/+4 |
| | |||||
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
| | |||||
* | Provide an error message when a target hasn't been defined. | Steven Knight | 2002-01-24 | 1 | -0/+42 |