[libvirt] [PATCH] use gnulib via a submodule

Jim Meyering jim at meyering.net
Tue Jul 7 22:49:49 UTC 2009


Jim Meyering wrote:
> Please NOTE: do not apply the changes below.
> They are incomplete because I've removed all the boring, repetitive parts.
> If you want to apply something, use this:
>
>   http://meyering.net/code/tmp/libvirt-submodule.patch.bz2

By the way, for those new to git, in order to apply and
try out the patch above, you could do this:

  $ git co master
  $ git co -b $(date +%j)-gnulib
  Switched to a new branch '189-gnulib'
  $ curl http://meyering.net/code/tmp/libvirt-submodule.patch.bz2 \
    | bzip2 -dc | git am
  Applying: configure.in: use automake-1.11
  Applying: * Makefile.cfg: Rename to...
  Applying: Prepare to use maint.mk from gnulib
  Applying: skip some of gnulib's new rules
  Applying: make .gnulib a submodule
  Applying: remove all .cvsignore files
  Applying: use gnumakefile and maintainer-makefile modules from gnulib
  $ ./bootstrap && ./autogen.sh && make
  ...
  etc.




More information about the libvir-list mailing list