From 3921d6f4d34211f571cb34d748d4cb1e9484e1c9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Oct 2010 16:24:50 +1100 Subject: 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 Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104 --- buildtools/wafsamba/samba_deps.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools/wafsamba/samba_deps.py') 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') -- cgit