Module: sip-router Branch: master Commit: ae4cbab87f753915fdf8dce2388a85bb04cf6232 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae4cbab8...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Fri Feb 5 21:20:27 2010 +0100
makefile.doc: be silent when cleaning
---
docbook/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docbook/Makefile b/docbook/Makefile index 16691da..36c79da 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -167,7 +167,7 @@ check: $(docs) $(html_docs) $(txt_docs) $(readme_docs)
.PHONY: clean clean: - -rm -f $(html_files) $(txt_files) + -@rm -f $(html_files) $(txt_files)
.PHONY: proper realclean distclean maintainer-clean