From eea66ec3fcc366ad7f8895cf5c4c64d19b2042d4 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 10 Jan 2019 22:16:07 +0000 Subject: [PATCH] Avoid unexpected removal of untracked files and directories. --- re2c/__distcheck.sh | 2 +- re2c/autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/re2c/__distcheck.sh b/re2c/__distcheck.sh index 466a39e7..0d4dd6d4 100755 --- a/re2c/__distcheck.sh +++ b/re2c/__distcheck.sh @@ -9,7 +9,7 @@ then fi builddir="$1" -./autogen.sh +autoreconf -i -W all # try to be portable on various MAKEs for make_prog in make bmake diff --git a/re2c/autogen.sh b/re2c/autogen.sh index 500d084e..2c337b6e 100755 --- a/re2c/autogen.sh +++ b/re2c/autogen.sh @@ -1,4 +1,4 @@ #!/bin/sh -git clean -fXd +git clean -fX autoreconf -i -W all -- 2.40.0