| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
defaulted to md5.
Dir search now excludes all types of sconsfiles that are now created.
Environment now defaults to the current scons filename instead of .sconsfile
Sconsign now has a function used by a lot of code that gets the default sconsign filename
Any tests referring to .sconsfile have now been changed, including one old legacy test.
|
|
|
|
| |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
|
|
|
| |
Formatting, copyright header, make sure to null out tools to
speed up Windeows.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
It wasn't clear that you need to pass the module name to
SConsignFile, the expectation might be to pass a string,
so clarified and an example added to show it.
Some of the wording was simplified a bit.
Added a testcase of explicity passing dbm_module=SCons.dblite,
as this should work.
Signed-off-by: Mats Wichmann <mats@linux.com>
|