summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_errtable.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@sernet.private>2010-03-24 10:54:31 +0100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:05 +1000
commit988bc0cdc2604b9d309af9895f3716e4bca59d47 (patch)
treebd6f764cdb1940b5fd46e254f6193013eebf6b5a /buildtools/wafsamba/samba_errtable.py
parent17f4485722d507f04e95c358d22570c499d14c62 (diff)
downloadsamba-988bc0cdc2604b9d309af9895f3716e4bca59d47.tar.gz
samba-988bc0cdc2604b9d309af9895f3716e4bca59d47.tar.bz2
samba-988bc0cdc2604b9d309af9895f3716e4bca59d47.zip
build: make use on_results=True for some build rules
This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
Diffstat (limited to 'buildtools/wafsamba/samba_errtable.py')
-rw-r--r--buildtools/wafsamba/samba_errtable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_errtable.py b/buildtools/wafsamba/samba_errtable.py
index d324a3541b..8f0980220f 100644
--- a/buildtools/wafsamba/samba_errtable.py
+++ b/buildtools/wafsamba/samba_errtable.py
@@ -19,6 +19,7 @@ def SAMBA_ERRTABLE(bld, name, source):
t = bld(rule='${SRC[0].abspath(env)} . ${TGT[0].parent.abspath(env)} default/source4/heimdal_build/compile_et ${SRC[2].abspath(env)} ${TGT[0].bldpath(env)}',
ext_out = '.c',
before = 'cc',
+ on_results = True,
shell = True,
source = ['et_compile_wrapper.sh', 'compile_et', source],
target = out_files,