|
@@ -717,7 +717,7 @@ def build(bld): |
|
|
rule = '%s ${TGT}' % script, |
|
|
rule = '%s ${TGT}' % script, |
|
|
name = 'svnversion', |
|
|
name = 'svnversion', |
|
|
runnable_status = Task.RUN_ME, |
|
|
runnable_status = Task.RUN_ME, |
|
|
before = 'c', |
|
|
|
|
|
|
|
|
before = 'c cxx', |
|
|
color = 'BLUE', |
|
|
color = 'BLUE', |
|
|
post_run = post_run, |
|
|
post_run = post_run, |
|
|
target = [bld.path.find_or_declare('svnversion.h')] |
|
|
target = [bld.path.find_or_declare('svnversion.h')] |
|
|