OSDN Git Service

Update release target for subversion
authorEric Andersen <andersen@codepoet.org>
Tue, 8 Feb 2005 00:34:41 +0000 (00:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 8 Feb 2005 00:34:41 +0000 (00:34 -0000)
Makefile

index 03c9b73..b2c173f 100644 (file)
--- 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)/;