[libxml2] 555833 always use rm -f in uninstall-local
- From: Daniel Veillard <veillard src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libxml2] 555833 always use rm -f in uninstall-local
- Date: Mon, 24 Aug 2009 12:59:26 +0000 (UTC)
commit 2173b5cb30b5a0067790f11732f03189e3291b2a
Author: Daniel Veillard <veillard redhat com>
Date: Mon Aug 24 14:23:32 2009 +0200
555833 always use rm -f in uninstall-local
* Makefile.am: so that make clean doesn't fail in some circumstances
Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0955a30..ebaae31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1220,12 +1220,12 @@ install-data-local:
- INSTALL@ -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
uninstall-local:
- rm $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c
- rm $(DESTDIR)$(EXAMPLES_DIR)/testHTML.c
- rm $(DESTDIR)$(EXAMPLES_DIR)/testSAX.c
- rm $(DESTDIR)$(EXAMPLES_DIR)/xmllint.c
+ rm -f $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c
+ rm -f $(DESTDIR)$(EXAMPLES_DIR)/testHTML.c
+ rm -f $(DESTDIR)$(EXAMPLES_DIR)/testSAX.c
+ rm -f $(DESTDIR)$(EXAMPLES_DIR)/xmllint.c
rm -rf $(DESTDIR)$(EXAMPLES_DIR)
- rm $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)/Copyright
+ rm -f $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)/Copyright
rm -rf $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
tst: tst.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]