summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-14 16:24:50 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-14 07:44:13 +0000
commit3921d6f4d34211f571cb34d748d4cb1e9484e1c9 (patch)
treee3b91bee300ec31e879faf5fed514eb387cfb941 /buildtools/wafsamba/samba_deps.py
parentf1f5a23400df03e209fb66848eeef14b75e31a42 (diff)
downloadsamba-3921d6f4d34211f571cb34d748d4cb1e9484e1c9.tar.gz
samba-3921d6f4d34211f571cb34d748d4cb1e9484e1c9.tar.bz2
samba-3921d6f4d34211f571cb34d748d4cb1e9484e1c9.zip
s4-waf: automatically remove stale C and header files
this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104
Diffstat (limited to 'buildtools/wafsamba/samba_deps.py')
-rw-r--r--buildtools/wafsamba/samba_deps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py
index 553a91a81a..dee9f5d0f8 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -946,6 +946,7 @@ def check_project_rules(bld):
if load_samba_deps(bld, tgt_list):
return
+ bld.new_rules = True
Logs.info("Checking project rules ...")
debug('deps: project rules checking started')