From 49b12cb34884e0641d250db913953a5934e2aaa0 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 16 Jan 2004 03:33:12 +0000 Subject: Make our source-file builds depend on the Copyright years, and fix the option-v accordingly. --- SConstruct | 3 ++- test/option-v.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index 2599263..d2cc7b4 100644 --- a/SConstruct +++ b/SConstruct @@ -247,7 +247,8 @@ def SCons_revision(target, source, env): outf.close() os.chmod(t, os.stat(s)[0]) -revbuilder = Builder(action = Action(SCons_revision, varlist=['VERSION'])) +revbuilder = Builder(action = Action(SCons_revision, + varlist=['COPYRIGHT', 'VERSION'])) env = Environment( ENV = ENV, diff --git a/test/option-v.py b/test/option-v.py index ab9fef0..d1078c0 100644 --- a/test/option-v.py +++ b/test/option-v.py @@ -37,13 +37,13 @@ test.write('SConstruct', "") # depending on whether it's invoked through scons.py or scons.bat. expect1 = r"""SCons by Steven Knight et al.: \tengine: v\S+, [^,]*, by \S+ on \S+ -(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight) +(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight) """ expect2 = r"""SCons by Steven Knight et al.: \tscript: v\S+, [^,]*, by \S+ on \S+ \tengine: v\S+, [^,]*, by \S+ on \S+ -(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight) +(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight) """ test.run(arguments = '-v') -- cgit v0.12