2011/5/6 Eric Blake <eblake@xxxxxxxxxx>: > From: Daniel P. Berrange <berrange@xxxxxxxxxx> > > 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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list