From 83c2c4e738eee751163774e682cb3ab60b574f3e Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Wed, 17 Jul 2002 23:55:52 +0100 Subject: [PATCH] /head: changeset 126 Now the clean target removes .svn/auth/{username,password} so that these don't accidentally get included in anybody's source. --- head/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/head/Makefile b/head/Makefile index 6e09175..7232867 100644 --- a/head/Makefile +++ b/head/Makefile @@ -24,6 +24,7 @@ clean: -rm -f `find . -name "*.class"` -rm -f `find . -name "*.bak"` -rm -f `find . -name ".cache*"` + -find . -name auth -exec rm -vf {}/password {}/username \; changelog: cvs2cl