[libvirt] [PATCHv2 3/3] build: Remove all generated RPC files from GIT

Matthias Bolte matthias.bolte at googlemail.com
Fri May 6 21:44:27 UTC 2011


2011/5/6 Eric Blake <eblake at redhat.com>:
> From: Daniel P. Berrange <berrange at redhat.com>
>
> Stop storing the generated files for the remote protocol client
> and server in source control. The generated files will still be
> included in the result of 'make dist' to avoid end-users needing
> to generate the files
>
> Unfortunately, this means that the strings marked for translation
> in generated files are not picked up by gnulib's syntax-check,
> I'm working on fixing that in gnulib.
>
> * .gitignore, cfg.mk, po/POTFILES.in: Reflect deletion.
> ---
>
> Manually edited to elide deletions.
>
>  .gitignore                          |    3 +
>  cfg.mk                              |    4 +-
>  daemon/qemu_dispatch_args.h         |    5 -
>  daemon/qemu_dispatch_bodies.h       |    5 -
>  daemon/qemu_dispatch_prototypes.h   |   12 -
>  daemon/qemu_dispatch_ret.h          |    5 -
>  daemon/qemu_dispatch_table.h        |   14 -
>  daemon/remote_dispatch_args.h       |  180 --
>  daemon/remote_dispatch_bodies.h     | 5932 -----------------------------------
>  daemon/remote_dispatch_prototypes.h | 1620 ----------
>  daemon/remote_dispatch_ret.h        |  142 -
>  daemon/remote_dispatch_table.h      | 1054 -------
>  po/POTFILES.in                      |    2 -
>  src/remote/qemu_client_bodies.h     |    3 -
>  src/remote/qemu_protocol.c          |   41 -
>  src/remote/qemu_protocol.h          |   57 -
>  src/remote/remote_client_bodies.h   | 4663 ---------------------------
>  src/remote/remote_protocol.c        | 3996 -----------------------
>  src/remote/remote_protocol.h        | 3167 -------------------
>  19 files changed, 4 insertions(+), 20901 deletions(-)
>  delete mode 100644 daemon/qemu_dispatch_args.h
>  delete mode 100644 daemon/qemu_dispatch_bodies.h
>  delete mode 100644 daemon/qemu_dispatch_prototypes.h
>  delete mode 100644 daemon/qemu_dispatch_ret.h
>  delete mode 100644 daemon/qemu_dispatch_table.h
>  delete mode 100644 daemon/remote_dispatch_args.h
>  delete mode 100644 daemon/remote_dispatch_bodies.h
>  delete mode 100644 daemon/remote_dispatch_prototypes.h
>  delete mode 100644 daemon/remote_dispatch_ret.h
>  delete mode 100644 daemon/remote_dispatch_table.h
>  delete mode 100644 src/remote/qemu_client_bodies.h
>  delete mode 100644 src/remote/qemu_protocol.c
>  delete mode 100644 src/remote/qemu_protocol.h
>  delete mode 100644 src/remote/remote_client_bodies.h
>  delete mode 100644 src/remote/remote_protocol.c
>  delete mode 100644 src/remote/remote_protocol.h
>

ACK.

Matthias




More information about the libvir-list mailing list