From b5cf704972f2b25ba609108351076eb5515fb50d Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 22 Nov 2012 17:42:02 +0300 Subject: Clean up remnants of Optik module which was removed in SCons 0.98 (revision 6661c9ea429f by Steven Knight) --- doc/SConscript | 1 - src/CHANGES.txt | 3 +++ src/engine/SCons/Optik/.aeignore | 5 ----- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 src/engine/SCons/Optik/.aeignore diff --git a/doc/SConscript b/doc/SConscript index 9bf40bc..a3d6fe7 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -544,7 +544,6 @@ else: e = os.path.join('#src', 'engine') manifest_in = File(os.path.join(e, 'MANIFEST.in')).rstr() sources = [x[:-1] for x in open(manifest_in).readlines()] - sources = [x for x in sources if x.find('Optik') == -1] sources = [x for x in sources if x.find('Platform') == -1] sources = [x for x in sources if x.find('Tool') == -1] # XXX diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 13d8f7c..ff8290e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -1763,6 +1763,9 @@ RELEASE 0.97.0d20070809 - Fri, 10 Aug 2007 10:51:27 -0500 - Add a new AddOption() function to support user-defined command- line flags (like --prefix=, --force, etc.). + - Replace modified Optik version with new optparse compatibility module + for command line processing in Scripts/SConsOptions.py + - Push and retrieve built symlinks to/from a CacheDir() as actual symlinks, not by copying the file contents. diff --git a/src/engine/SCons/Optik/.aeignore b/src/engine/SCons/Optik/.aeignore deleted file mode 100644 index 22ebd62..0000000 --- a/src/engine/SCons/Optik/.aeignore +++ /dev/null @@ -1,5 +0,0 @@ -*,D -*.pyc -.*.swp -.consign -.sconsign -- cgit v0.12