You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:20 UTC

[26/50] rebar commit: updated refs/heads/import to 5dea85d

Makefile: clean only .rebar/erlcinfo

Do not delete PLT file in .rebar/.


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

Branch: refs/heads/import
Commit: 18f835e9c4b68980020bf3ac16068ec5689fb43c
Parents: b0a8a11
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Sat May 30 22:23:04 2015 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Sat May 30 22:24:11 2015 +0200

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/18f835e9/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 9f8ea7a..c0a2818 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all:
 	./bootstrap
 
 clean:
-	@rm -rf rebar .rebar ebin/*.beam inttest/rt.work rt.work .eunit
+	@rm -rf rebar .rebar/erlcinfo ebin/*.beam inttest/rt.work rt.work .eunit
 
 distclean: clean
 	@rm -rf deps