[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[fedora-virt] libguestfs vs parallel make
- From: Jim Meyering <jim meyering net>
- To: fedora-virt redhat com
- Subject: [fedora-virt] libguestfs vs parallel make
- Date: Thu, 30 Apr 2009 18:54:20 +0200
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=vendor
makes 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:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]