On 9/20/11, h h <[email protected]> wrote: > Brendan Fabeny <[email protected]> writes: > >> bf 2011-09-20 01:33:00 UTC >> >> FreeBSD ports repository >> >> Modified files: >> security/tor Makefile >> Log: >> add a few mirrors and mark MAKE_JOBS_UNSAFE [1] > > Why not mark port as USE_GMAKE? GNU automake rarely generates makefiles > conforming to BSD make rather than GNU make. And it builds fine with > -j16 when using gmake. >
I'm not sure what you're referring to here. The autotools make an attempt to be portable to many different environments, and quite often succeed. Of course, this also depends on the work of those using autotools. There are some issues, like those discussed in the autoconf manual, and some of those are related to the way that parallelism is handled in different make implementations. But I would prefer to avoid adding a dependency on devel/gmake. Maybe you have looked into this, and found the particular Makefile constructs that are preventing parallel builds with the system make in this instance? b. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
