From 12ba8fbe64559ce2fd7d39c7810a042f7dc3ec11 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 24 Jun 2019 15:55:54 +0200 Subject: openocd: use default autogen.sh ./bootstrap does some git stuff that fails with older git versions. Just use the generic autogen.sh. It works just fine. Signed-off-by: Michael Olbrich --- patches/openocd-0.10.0-870-gaf952850b549/autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 120000 patches/openocd-0.10.0-870-gaf952850b549/autogen.sh (limited to 'patches/openocd-0.10.0-870-gaf952850b549') diff --git a/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh b/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh deleted file mode 100755 index 7d344d32f..000000000 --- a/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -exec ./bootstrap diff --git a/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh b/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh new file mode 120000 index 000000000..9f8a4cb7d --- /dev/null +++ b/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh @@ -0,0 +1 @@ +../autogen.sh \ No newline at end of file -- cgit v1.2.3