From bc8dffb046a43a16cf928034dea93d4bac1043e0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 8 Feb 2005 00:34:41 +0000 Subject: Update release target for subversion --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03c9b739c..b2c173fd5 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ endif -@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \ chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \ done; - -find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs $(RM) -r; + -find $(PREFIX)$(DEVEL_PREFIX) -name .svn | xargs $(RM) -r; -chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX) ifeq ($(strip $(HAVE_SHARED)),y) for i in `find lib/ -type l -name 'lib[a-zA-Z]*.so' | \ @@ -358,7 +358,7 @@ release: distclean find uClibc-$(VERSION)/ -type f \ -name .\#* -exec $(RM) -r {} \; ; \ find uClibc-$(VERSION)/ -type d \ - -name CVS -exec $(RM) -r {} \; ; \ + -name .svn -exec $(RM) -r {} \; ; \ \ tar -cvzf uClibc-$(VERSION).tar.gz uClibc-$(VERSION)/; -- cgit v1.2.3