From a630c2ebc370585b835c1fc59fe08fc65e87150d Mon Sep 17 00:00:00 2001 From: stevenknight Date: Thu, 11 Aug 2005 03:13:30 +0000 Subject: [PATCH] Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked changes in src/CHANGES.txt. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1320 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/CHANGES.txt | 7 +++++++ src/engine/SCons/Scanner/Dir.py | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 545ef2ae..8d399462 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -32,6 +32,10 @@ RELEASE 0.97 - XXX files so the same signature file can interoperate on Windows and non-Windows systems. + - Make --debug=stacktrace print a stacktrace when a UserError is thrown. + + - Remove an old, erroneous cut-and-paste comment in Scanner/Dir.py. + From Stanislav Baranov: - Make it possible to support with custom Alias (sub-)classes. @@ -63,6 +67,9 @@ RELEASE 0.97 - XXX - Fix an incorrect Command() keyword argument in the man page. + - Add a $TEMPFILEPREFIX variable to control the prefix or flag used + to pass a long-command-line-execution tempfile to a command. + From Eric Frias: - Huge performance improvement: wrap the tuples representing an diff --git a/src/engine/SCons/Scanner/Dir.py b/src/engine/SCons/Scanner/Dir.py index e89f12b2..7c39f26b 100644 --- a/src/engine/SCons/Scanner/Dir.py +++ b/src/engine/SCons/Scanner/Dir.py @@ -49,10 +49,7 @@ skip_entry = { def scan(node, env, path=()): """ - This scanner scans program files for static-library - dependencies. It will search the LIBPATH environment variable - for libraries specified in the LIBS variable, returning any - files it finds as dependencies. + This scanner scans a directory for on-disk files and directories therein. """ try: flist = node.fs.listdir(node.abspath) -- 2.26.2