[sr-dev] git:master: makefile.doc: be silent when cleaning
Andrei Pelinescu-Onciul
andrei at iptel.org
Fri Feb 5 21:21:43 CET 2010
Module: sip-router
Branch: master
Commit: ae4cbab87f753915fdf8dce2388a85bb04cf6232
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae4cbab87f753915fdf8dce2388a85bb04cf6232
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at 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)
+ - at rm -f $(html_files) $(txt_files)
.PHONY: proper realclean distclean maintainer-clean
More information about the sr-dev
mailing list