search for: guestfs010launch

Displaying 4 results from an estimated 4 matches for "guestfs010launch".

2009 Nov 19
3
Fix parallel make (v3)
This new series condenses all of the previously posted patches into new patch 1/2. The second patch is a new fix for parallel build in the haskell directory.
2009 Nov 18
1
[PATCH] Fix dependencies on generator.ml
...match, and +# therefore won't generate, the files if they haven't been created yet +EXTRA_DIST = $(GENERATOR_ML) *.hs run-bindtests CLEANFILES = *~ @@ -32,6 +43,8 @@ check_DATA = Bindtests GHCFLAGS = -I$(top_builddir)/src -L$(top_builddir)/src/.libs +all: Bindtests Guestfs005Load Guestfs010Launch Guestfs050LVCreate + Bindtests: Bindtests.hs Guestfs.hs $(GHC) $(GHCFLAGS) -main-is $(shell basename $@) --make -o $@ $< -lguestfs diff --git a/java/Makefile.am b/java/Makefile.am index 6ddf8b4..4bda32c 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -18,6 +18,14 @@ # Old RHEL 5 a...
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update. These fix parallel make on my machine, and additionally make building from subdirectories more correct.
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...| 6 +- fish/time.c | 4 +- inspector/virt-inspector.pl | 246 +- .../redhat/et/libguestfs/LibGuestFSException.java | 2 +- java/t/GuestFS005Load.java | 16 +- java/t/GuestFS010Launch.java | 32 +- java/t/GuestFS050LVCreate.java | 60 +- m4/ocaml.m4 | 48 +- make-recipes.sh | 18 +- ocaml/t/guestfs_060_readdir.ml | 8 +- perl/lib/Sys/...