Removed TargetSignatures("content")...
...which was causing breakage of config check caching with scons 0.97
This commit is contained in:
parent
7f6e7c37c0
commit
50f7ba7850
2 changed files with 0 additions and 9 deletions
|
@ -129,8 +129,6 @@ for example, to point scons at non-default library locations.
|
|||
if env["cachedir"]:
|
||||
CacheDir(env["cachedir"])
|
||||
|
||||
env.TargetSignatures('content')
|
||||
|
||||
#
|
||||
# Generic pkg-config support is not presentluy used, but might be in the future
|
||||
#
|
||||
|
@ -682,12 +680,7 @@ def InstallLocalizedManPage(alias, page, env):
|
|||
if os.path.isfile(sourcefile):
|
||||
env.Alias(alias, env.Install(targetdir, sourcefile))
|
||||
|
||||
# TargetSignatures('content') causes a crash in the install
|
||||
# production, at least in scons 0.97, right after the actions finish
|
||||
# (thus, probably, at target-signature generation time). So
|
||||
# disable it for installation productions.
|
||||
install_env = env.Clone()
|
||||
install_env.TargetSignatures('build')
|
||||
|
||||
# Now the actual installation productions
|
||||
|
||||
|
|
|
@ -283,8 +283,6 @@ if env["svnrev"] != "" and env["svnrev"] != "exported":
|
|||
env.Append(CPPDEFINES = 'HAVE_REVISION')
|
||||
env.AlwaysBuild(r)
|
||||
|
||||
env.TargetSignatures('content')
|
||||
|
||||
#
|
||||
# File inventory, for archive makes abd analysis tools
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue