build: added deletion of stale .so and .o files
authorAndrew Tridgell <tridge@samba.org>
Wed, 19 Oct 2011 05:34:32 +0000 (16:34 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 19 Oct 2011 07:02:23 +0000 (09:02 +0200)
commit5c5fc5dde45618b9ec9f41fbb4aa090b161ebf35
tree20861cdfac805b2bbc3c58fe7f27e8056ed8b94b
parent416bf1c677e52b52c1447bb0901f9a12930abdf4
build: added deletion of stale .so and .o files

when we change our build rules to move a C file, we need to remove the
old ('stale') .so and .o files from the build directory, or they may
be used as part of the new build, which means that old code will be
linked in.

This expands the list of stale files that we remove on rule changes to
include .so and .o files

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Oct 19 09:02:23 CEST 2011 on sn-devel-104
buildtools/wafsamba/stale_files.py