On Thu, Apr 30, 2009 at 06:54:20PM +0200, Jim Meyering wrote:
Hi Rich,
I noticed that the recommended idiom
make %{?_smp_mflags}is not used in libguestfs.spec. This comment:
# Uses javac which is incompatible with parallel make. make INSTALLDIRS=vendormakes me think you can enable parallel builds overall, and turn off parallelism only in the java/ sub-directory. To do that, simply add these lines to java/Makefile.am:
# Tell version 3.79 and up of GNU make to not build goals in this # directory in parallel. .NOTPARALLEL:
Yes you're right. I've committed this change to the git repo.
Rich.