From: Martin Mares Date: Wed, 12 Apr 2006 10:44:51 +0000 (+0200) Subject: Cleaned up CONFIG_CENTRUM_xxx switches: X-Git-Tag: holmes-import~650^2~10^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=03f2198247286cf33f635cd08b96a7cc8cdb048a;p=libucw.git Cleaned up CONFIG_CENTRUM_xxx switches: o Everything related to the catalog is controlled by CONFIG_CENTRUM_CATALOG. o Paid weights are implied by the catalog and the PL customization, which doesn't use them, just defines empty {get,set}_paid_weight(). o Nothing depends on CONFIG_CENTRUM_{CZ,SK,PL} now, but I am keeping them, because it's likely that it will be needed for some exceptions or experiments again soon. All customizations compile except for centrum/* with shared libraries, but the dependencies for that are already fixed in the dev-analyser branch. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 1fdcd5df..d1027a7e 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -129,6 +129,7 @@ UnSet("CONFIG_CENTRUM"); UnSet("CONFIG_CENTRUM_CZ"); UnSet("CONFIG_CENTRUM_SK"); UnSet("CONFIG_CENTRUM_PL"); +UnSet("CONFIG_CENTRUM_CATALOG"); # Debugging version of Centrum installation (lower limits, trivial filters etc.) UnSet("CONFIG_CENTRUM_DEBUG");