diff mbox

[1/7] Rename --enable-uname-release

Message ID 2e4344bd2139a9bec8ed98ceca2dd800af8f9fc5.1264008700.git.quintela@redhat.com
State New
Headers show

Commit Message

Juan Quintela Jan. 20, 2010, 5:41 p.m. UTC
It really sets uname string.  It don't make sense a --disable option

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Anthony Liguori Jan. 26, 2010, 9:41 p.m. UTC | #1
On 01/20/2010 11:41 AM, Juan Quintela wrote:
> It really sets uname string.  It don't make sense a --disable option
>
> Signed-off-by: Juan Quintela<quintela@redhat.com>
>    

Patch 3/7 doesn't apply.  It's an annoying one to rebase too.  Please 
send out a new series and ping me and I'll quickly apply it since this 
one is likely to break again.

Regards,

Anthony Liguori

> ---
>   configure |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 192338f..08ff6a2 100755
> --- a/configure
> +++ b/configure
> @@ -578,7 +578,7 @@ for opt do
>     ;;
>     --disable-user-pie) user_pie="no"
>     ;;
> -  --enable-uname-release=*) uname_release="$optarg"
> +  --set-uname-release=*) uname_release="$optarg"
>     ;;
>     --sparc_cpu=*)
>     ;;
> @@ -782,7 +782,7 @@ echo "  --disable-user-pie       do not build usermode emulation targets as PIE"
>   echo "  --fmod-lib               path to FMOD library"
>   echo "  --fmod-inc               path to FMOD includes"
>   echo "  --oss-lib                path to OSS library"
> -echo "  --enable-uname-release=R Return R for uname -r in usermode emulation"
> +echo "  --set-uname-release=R Return R for uname -r in usermode emulation"
>   echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
>   echo "  --disable-uuid           disable uuid support"
>   echo "  --enable-uuid            enable uuid support"
>
diff mbox

Patch

diff --git a/configure b/configure
index 192338f..08ff6a2 100755
--- a/configure
+++ b/configure
@@ -578,7 +578,7 @@  for opt do
   ;;
   --disable-user-pie) user_pie="no"
   ;;
-  --enable-uname-release=*) uname_release="$optarg"
+  --set-uname-release=*) uname_release="$optarg"
   ;;
   --sparc_cpu=*)
   ;;
@@ -782,7 +782,7 @@  echo "  --disable-user-pie       do not build usermode emulation targets as PIE"
 echo "  --fmod-lib               path to FMOD library"
 echo "  --fmod-inc               path to FMOD includes"
 echo "  --oss-lib                path to OSS library"
-echo "  --enable-uname-release=R Return R for uname -r in usermode emulation"
+echo "  --set-uname-release=R Return R for uname -r in usermode emulation"
 echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
 echo "  --disable-uuid           disable uuid support"
 echo "  --enable-uuid            enable uuid support"