Mercurial > audlegacy
changeset 912:1dd2afe391ec trunk
[svn] binaries (audacious,audacious-arts-helper) should be deleted on clean requests
author | giacomo |
---|---|
date | Sun, 02 Apr 2006 17:42:32 -0700 |
parents | 8513cbe2ba33 |
children | dff18ce367ab |
files | mk/objective.mk |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mk/objective.mk Sun Apr 02 17:08:11 2006 -0700 +++ b/mk/objective.mk Sun Apr 02 17:42:32 2006 -0700 @@ -87,6 +87,11 @@ fi $(MAKE) clean-posthook $(RM) *.o *.lo *.so *.a *.sl + @if test "$(OBJECTIVE_BINS)" != "none"; then \ + for i in $(OBJECTIVE_BINS); do \ + $(RM) $$i; \ + done; \ + fi @if test $(VERBOSITY) -gt 0; then \ echo "[all objectives cleaned]"; \ fi