From 89404ec0ba9781b55cb3a87689bcc519e7d73ea2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 18:59:02 +0100 Subject: Enable parallel builds (Jim Meyering). --- java/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.am b/java/Makefile.am index d1c0da4c..b49c3034 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -96,4 +96,8 @@ TESTS_ENVIRONMENT = \ t/%.class: t/%.java $(JAVAC) $(JAVAC_FLAGS) -classpath libguestfs-$(VERSION).jar $< -endif \ No newline at end of file +endif + +# Tell version 3.79 and up of GNU make to not build goals in this +# directory in parallel. +.NOTPARALLEL: -- cgit