qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/39] Make configure command line autoconf-comp


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/39] Make configure command line autoconf-compatible
Date: Tue, 12 Oct 2010 15:26:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

On 10/12/2010 03:22 PM, malc wrote:
  19 files changed, 3729 insertions(+), 456 deletions(-)

I don't think the explanation above justified net plus of 3273 lines of new
code.

The part you forgot to quote is:

 Makefile                   |   54 +-
 Makefile.dis               |    6 +-
 Makefile.hw                |    8 +-
 Makefile.objs              |    4 +-
 Makefile.target            |   32 +-
 Makefile.user              |    6 +-
 bsd-user/main.c            |   10 +-
 config.guess               | 1502 ++++++++++++++++++++++++++++++++++++++
 config.sub                 | 1731 ++++++++++++++++++++++++++++++++++++++++++++
 configure                  |  757 ++++++++++---------
 create_config              |    5 +-
 darwin-user/machload.c     |   12 +-
 darwin-user/main.c         |    6 +-
 darwin-user/syscall.c      |    2 +-
 linux-user/main.c          |   10 +-
 pc-bios/optionrom/Makefile |    8 +-
 rules.mak                  |   10 +-
 tests/Makefile             |   16 +-
 tests/cris/Makefile        |    6 +-
 19 files changed, 3729 insertions(+), 456 deletions(-)

All these lines are in config.guess and config.sub that are shared with all projects using Autotools and do not really need to be considered.

It's 40 lines of new code, 33 of which are in configure's help message.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]