]> mj.ucw.cz Git - libucw.git/commit
Changed processing of configuration files.
authorMartin Mares <mj@ucw.cz>
Fri, 28 Feb 2003 14:21:24 +0000 (14:21 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 28 Feb 2003 14:21:24 +0000 (14:21 +0000)
commit2600ba2ab4a4c12ee35f66439670a771f9c7b622
tree84b797ad8b028bb0a29b2cfae88ebcf432036b1c
parenta91540b7674301ecb3d51c221077d8528d85fc96
Changed processing of configuration files.

run/cf is no longer a symlink to ../cf, I've replaced it by make
rules which generate the configuration files in run/cf by preprocessing
those in cf according to CONFIG_xxx switches in config.mk (in the same
way as we already do in mkdist).

I'd like to migrate many settings local to the Centrum configs to the
main CVS without having to update several separate copies of the config.

*** CAVEAT ***  After updating to this version, you need to either
make distclean or

rm run/cf
mkdir run/cf

manually _before_ running make, else could lose your config files.
build/genconf [new file with mode: 0755]
build/installer