[340] in Kerberos_V5_Development
Re: Quick bit of Kerberos 5 build lore: how to rebuild libkrb5.a....
tytso@ATHENA.MIT.EDU (tytso@ATHENA.MIT.EDU)
Tue Oct 16 17:33:16 1990
>1) it might make sense to move the error_tables stuff into lib/
I was thinking about suggesting that; however, the error_tables stuff
also generates errors.h, which needs to be built before anything else.
Perhaps the right thing is to change the Makefile in lib/krb to suck in
the appropriate .o files from ../../error_tables. We could also add
something like:
../../error_tables/foo.o:
(cd ../../error_tables;make)
So that if someone tried to build lib/krb before error_tables was built,
the Right Thing would happen. Yes, yes, it's a kludge.....