search for: cbb6da8

Displaying 2 results from an estimated 2 matches for "cbb6da8".

2009 Nov 20
1
[PATCH libguestfs] build: make autogen.sh update .git-module-status, as it should
...autogen.sh: Without this, "make" would always say "gnulib update required; run ./autogen.sh first", even after you'd run autogen.sh successfully. --- autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index b31ec7b..cbb6da8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ set -v # Ensure that whenever we pull in a gnulib update or otherwise change to a # different version (i.e., when switching branches), we also rerun ./bootstrap. curr_status=.git-module-status -t=$(git submodule status) +t=$(git submodul...
2009 Nov 20
1
[PATCH libguestfs] build: correct sed transformation to work also on .git-module-status
...rict sed transformation so it works also on the contents of .git-module-status, which has no prefix. * cfg.mk (_submodule_hash): Use a stricter sed regexp. --- autogen.sh | 2 +- cfg.mk | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index cbb6da8..166ca56 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ set -v # Ensure that whenever we pull in a gnulib update or otherwise change to a # different version (i.e., when switching branches), we also rerun ./bootstrap. curr_status=.git-module-status -t=$(git submodule status|sed '...