Explorar o código

* Cleanup some old references to .svn and replace with .git

Bryan Drewery %!s(int64=17) %!d(string=hai) anos
pai
achega
b10afe25dc
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      Makefile.in
  2. 1 1
      misc/grep

+ 2 - 2
Makefile.in

@@ -102,8 +102,8 @@ distclean: clean
 distrib: clean
 	@rm -rf $(DISTRIB)/
 	@mkdir $(DISTRIB) && cp -r $(DISTROFILES) $(DISTRIB)
-	@rm -rf `find $(DISTRIB)/ \( -name '*~' -o -name '*#' -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' -o -name '.cvsignore' -o -name '.*.swp' \) -type f -print`
-	@rm -rf `find $(DISTRIB)/ \( -name '.svn' -o -name '.deps' \) -type d -print`
+	@rm -rf `find $(DISTRIB)/ \( -name '*~' -o -name '*#' -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' -o -name '.gitignore' -o -name '.*.swp' \) -type f -print`
+	@rm -rf `find $(DISTRIB)/ \( -name '.git' -o -name '.deps' \) -type d -print`
 	@for s in $(EXCLUDES); do \
 	 rm -rf $(DISTRIB)/$$s; \
 	done;

+ 1 - 1
misc/grep

@@ -1,2 +1,2 @@
 #!/bin/sh
-grep "$@" | egrep -v "(configure|bdlib|Binary|src/_|tmp|help\..*:|\.svn|\.deps.*\.Po|\.c~:|tags:|\.orig:)"
+grep "$@" | egrep -v "(configure|bdlib|Binary|src/_|tmp|help\..*:|\.deps.*\.Po|\.c~:|tags:|\.orig:)"