[344] 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 21:30:04 1990
Yeah, so I am..... so now the instructions need to be amended to include
rm /mit/krb5/src/build/@sys/asn.1/fookrb5
cd /mit/krb5/src/build/@sys/asn.1
make
As the second to last step.
Or perhaps it's time to start thinking about a better way of doing
incremental updates to libkrb5.a.
One thing which I can think of right off the top of my head is for all
of the Makefiles which modify libkrb5.a to ranlib it after the $(AR)
command. This will slow down the global builds, but it will make things
much easier for incremental changes to the library. At the very least,
the ranlib line should be added to build/@sys/asn.1/Makefile and
build/@sys/error_tables/Makefile, since those files aren't underneath
the lib/krb subtree.