See ~gfisher/projects/work/support/documentation/LOG-template for a description of the fields of the LOG file table and conventions for making LOG file entries. DATE AUTHOR STATUS FILE(S) DESCRIPTION =============================================================================== 24jan99 GLF FIX imple/SUN4G/ Rather than get rid of SUN4G and SUN4G-work/ SUN4G-work, I fixed things up. Keeping testing/imple/ these dirs separate is a good idea, so SUN4G/ we can build with work and alpha libs SUN4G-work/ independently, for testing purposes. Makefile To solve the problem of the imple files not automatically being compiled when necessary from the testing dir, the %-style Makefile pattern rule was abanddoned in favor of a script, in particular the .make-move-dot-o script, q.v. 28oct98 GLF BUG testing/imple The .o files and rolodex-test Makefile executable do not get properly remade and others and/or relinked from testing/imple/ $(PLATFORM) dir. Rather, it's necessary to cd to the imple dir and explicitly remake, then go back to the testing/imple dir. The SUN4G and SUN4G-work dir structure exaserbates the problem, though I don't think it's the entire problem here. Anyway, I'm strongly inclined to get rid of the separate SUN4G and SUN4G-work dirs, since upon returning to run the rolodex tests, I forgot about the separation, and this led to understanding problems.