summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-06-24 15:55:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-25 07:59:03 +0200
commit12ba8fbe64559ce2fd7d39c7810a042f7dc3ec11 (patch)
tree154f60084764e3303b6270053c511405c35fd211
parentc7663ac650e1f8daa7c767105dbc505697376b46 (diff)
downloadptxdist-12ba8fbe64559ce2fd7d39c7810a042f7dc3ec11.tar.gz
ptxdist-12ba8fbe64559ce2fd7d39c7810a042f7dc3ec11.tar.xz
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 <m.olbrich@pengutronix.de>
l---------[-rwxr-xr-x]patches/openocd-0.10.0-870-gaf952850b549/autogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh b/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh
index 7d344d32f..9f8a4cb7d 100755..120000
--- a/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh
+++ b/patches/openocd-0.10.0-870-gaf952850b549/autogen.sh
@@ -1,3 +1 @@
-#!/bin/bash
-
-exec ./bootstrap
+../autogen.sh \ No newline at end of file