changes i've just completed on the 0.9 makefiles:

global variable settings moved to $(TOP)/Makefile.global-vars
-> some 50 Makefile.in could be turned into Makefile

makefiles totally rewritten to turn them from shell scripts in disguise 
into real makefiles

i've removed the @s from the rules.
if you don't want to see what make executes, use make's -s option.

the old makefiles gave the impression that it was possible to have three
separate servers, ca, ra and pub, when in fact only a division into two
servers is possible (and recommended).
the new makefiles make this obvious, the division is into ca and ext
(for the external server that carries the ra and public virtual
servers).

compilation and installation have become separate steps, as is usual for
the unix world.

`make distclean` cleans up properly, so that `cvs update` no longer
reports any "? ..." lines, i.e. one can simply tar up the working
directory for distribution.

rj

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to