Add cruft.mak file that can be included from modules to check for cruft
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 Jan 2010 00:28:03 +0000 (00:28 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 Jan 2010 00:36:34 +0000 (00:36 +0000)
commit39348d22cfd3d74db30b27ed532b0d0868071ca3
treed0951af9bb9ff604d97c9e1769f594a328dcfebe
parent14cec891e98eb39780f67e89a1b821a839c7e370
Add cruft.mak file that can be included from modules to check for cruft

When plugins get renamed, moved or removed we often leave behind unwanted
left-overs in our source tree, since no one runs 'make clean' before every
git update. This can cause problems and be confusing, so add a little
Makefile rule to include to print a warning for if any of the files or
directories specified in CRUFT_FILES and/or CRUFT_DIRS are still present
in our uninstalled tree.
cruft.mak [new file with mode: 0644]