From: Dan Nuffer Date: Sat, 14 Dec 2013 16:39:02 +0000 (-0700) Subject: Remove cvsclean and use git clean instead. X-Git-Tag: 0.13.7.1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df4200535941571ba5fe1874e4e5f8b77bb45328;p=re2c Remove cvsclean and use git clean instead. --- diff --git a/re2c/autogen.sh b/re2c/autogen.sh index 0b2563cb..120a2561 100755 --- a/re2c/autogen.sh +++ b/re2c/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh -./cvsclean.sh +git clean -fXd aclocal autoheader automake -a -c --foreign diff --git a/re2c/cvsclean.sh b/re2c/cvsclean.sh deleted file mode 100755 index 55fe6f6d..00000000 --- a/re2c/cvsclean.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -echo `cat .cvsignore` | xargs rm -rf