You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2015/06/24 23:33:21 UTC

[13/37] couchdb commit: updated refs/heads/master to 1ef7182

fix distclean


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9b2dfb48
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9b2dfb48
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9b2dfb48

Branch: refs/heads/master
Commit: 9b2dfb48c6b64b0bb881e4f7baf29d2c7e048f64
Parents: 1d70bd8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat May 30 15:16:21 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:55 2015 +0200

----------------------------------------------------------------------
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9b2dfb48/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f734e3e..47e73a0 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,9 @@ release:
 	echo "Done: apache-couchdb-$(COUCHDB_VERSION).tar.gz"
 
 distclean: clean
-	@rm install.mk
-	@rm config.erl
-	@rm rel/couchdb.config
+	@rm -f install.mk
+	@rm -f config.erl
+	@rm -f rel/couchdb.config
 ifneq ($(IN_RELEASE), true)
 	# when we are in a release, don’t delete the
 	# copied sources, generated docs, or fauxton