]> mj.ucw.cz Git - libucw.git/commitdiff
Cleaned up CONFIG_CENTRUM_xxx switches:
authorMartin Mares <mj@ucw.cz>
Wed, 12 Apr 2006 10:44:51 +0000 (12:44 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Apr 2006 10:44:51 +0000 (12:44 +0200)
  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

index 1fdcd5dfad72473fdf2696b2f5bee2182d3875f2..d1027a7e6a3db9ffe56913cc27620f873f297f30 100644 (file)
@@ -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");