Author: [EMAIL PROTECTED]
Date: Mon Sep 8 05:38:53 2008
New Revision: 206
Added:
changes/[EMAIL PROTECTED]/sourcesignatures/
changes/[EMAIL PROTECTED]/sourcesignatures/bleeding_edge/
- copied from r202, /branches/bleeding_edge/
Modified:
changes/[EMAIL PROTECTED]/sourcesignatures/bleeding_edge/SConstruct
Log:
- Added option to set SourceSignatures in scons.
Modified:
changes/[EMAIL PROTECTED]/sourcesignatures/bleeding_edge/SConstruct
==============================================================================
--- /branches/bleeding_edge/SConstruct (original)
+++
changes/[EMAIL PROTECTED]/sourcesignatures/bleeding_edge/SConstruct
Mon Sep 8 05:38:53 2008
@@ -294,6 +294,11 @@
'values': ['on', 'off'],
'default': 'off',
'help': 'enable the disassembler to inspect generated code'
+ },
+ 'sourcesignatures': {
+ 'values': ['MD5', 'timestamp'],
+ 'default': 'MD5',
+ 'help': 'set how the build system detects file changes'
}
}
@@ -491,6 +496,8 @@
Help(opts.GenerateHelpText(env))
VerifyOptions(env)
env_overrides = ParseEnvOverrides(env['env'])
+
+ SourceSignatures(env['sourcesignatures'])
libraries = []
cctests = []
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---