search for: guestfs_am_v_podwrapper_

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

2016 Aug 04
0
[PATCH] build: Add silent rules for podwrapper.
...ir-rules.mk +++ b/subdir-rules.mk @@ -69,6 +69,9 @@ guestfs_am_v_javac_0 = @echo " JAVAC " $@; guestfs_am_v_erlc = $(guestfs_am_v_erlc_@AM_V@) guestfs_am_v_erlc_ = $(guestfs_am_v_erlc_@AM_DEFAULT_V@) guestfs_am_v_erlc_0 = @echo " ERLC " $@; +guestfs_am_v_podwrapper = $(guestfs_am_v_podwrapper_@AM_V@) +guestfs_am_v_podwrapper_ = $(guestfs_am_v_podwrapper_@AM_DEFAULT_V@) +guestfs_am_v_podwrapper_0 = @echo " POD " $@; .mli.cmi: $(guestfs_am_v_ocamlc)$(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) -c $< -o $@ -- 2.7.4
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed