[Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
From: CeDeROM cede...@tlen.pl --- bootstrap | 27 ++- 1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap index 0965245..7062fc0 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,14 @@ - HEAD -#!/bin/sh -=== #!/bin/sh -e -#fetch

[Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
From: CeDeROM cede...@tlen.pl --- bootstrap | 27 ++- 1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap index 0965245..7062fc0 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,14 @@ - HEAD -#!/bin/sh -=== #!/bin/sh -e -#fetch

Re: [Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
ignore this patch. I sent it out by accident. On Mon, Jun 13, 2011 at 4:01 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: From: CeDeROM cede...@tlen.pl ---  bootstrap |   27 ++-  1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap

Re: [Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread CeDeROM
On Mon, Jun 13, 2011 at 2:33 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: ignore this patch. I sent it out by accident. Haha :-) Anyway I tihnk this git submodule stuff should be places _before_ autotools invocation, as the autotools use git submodules and will produce errors when they are