search for: a6de568

Displaying 2 results from an estimated 2 matches for "a6de568".

2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...nt-local.c \ virt-dhcp-address.c -CLEANFILES = \ - guestfs-examples.3 \ - stamp-guestfs-examples.pod - noinst_PROGRAMS = create-disk debug-logging display-icon inspect-vm if HAVE_LIBVIRT noinst_PROGRAMS += copy-over libvirt-auth diff --git a/fish/Makefile.am b/fish/Makefile.am index 1e3c1d9..a6de568 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -17,20 +17,6 @@ include $(top_srcdir)/subdir-rules.mk -CLEANFILES = \ - guestfish.1 \ - libguestfs-tools.conf.5 \ - stamp-guestfish.pod \ - stamp-libguestfs-tools.conf.pod \ - stamp-virt-copy-in.pod \ - stamp-virt-copy-out.pod \ - stamp-v...
2016 Sep 02
6
[PATCH 0/4] generator: Some work to split large C files
By splitting up large C files we can make parallel compiles a bit faster. Rich.