From 03f2198247286cf33f635cd08b96a7cc8cdb048a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Apr 2006 12:44:51 +0200 Subject: [PATCH] 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. --- build/sherlock.cfg | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2