lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] [PATCH] Fix parallel build with high job counts


From: Diego Elio Pettenò
Subject: [Lynx-dev] [PATCH] Fix parallel build with high job counts
Date: Mon, 30 Apr 2012 17:16:05 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120412 Thunderbird/11.0.1

Hello,

the current build system is not really parallel make safe, which means
that lynx won't build, for instance, on 32-core systems with -j. The
reason is that the $(TABLES): rule is interpreted by make as one rule
_per file_ and not for the whole target.

The attached patch solves it altogether.

HTH,
-- 
Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/

Attachment: lynx-2.8.8_pre12-parallel.patch
Description: Text Data

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]