summaryrefslogtreecommitdiff
path: root/cruft.mak
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09cruft.mak: add make rule to remove cruftTim-Philipp Müller1-0/+17
2010-02-26build: Make some generic rules silentSebastian Dröge1-1/+1
2010-01-13Add cruft.mak file that can be included from modules to check for cruftTim-Philipp Müller1-0/+39
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.