| 1998/08/21 | Restructure code for readability and add comments Remove all BABAR specific code wrapped in ifdefs KCC_3_3 specific code to keep .o files around now applies to all compilers; redundant code commented out. |
| 1998/05/15 | "Refresh" mechanism to force rebuilding an entire library--e.g., when a file has been removed from the package. (Art Kreymer) |
| 1998/03/26 | Use CPPMFLAGS instead of explicit -M flag when generating .d files from C/C++ (needed under Solaris, which wants "-xM" instead of "-M"). (Lars Rasmussen) |
| 1998/03/24 | Take --c flag out of CCFLAGS, replacing "CC := KCC" with "CC := KCC --c" for KCC sections. This makes it easier to override CC with (e.g.) cc if needed for non-ANSI C code. |
| 1998/03/19 | Add standardized <**compiling**> etc. to gmake output, for use by error logger script. |
| 1998/03/04 | Fix generation of .d files from .F files under KAI (Fixed by LSK along with general cleanup of flags) |
| 1998/02/26 | Split GNUmakefile.main so that the top-level GNUmakefile of a release is a minimal file (GNUmakefile.top), which then includes the remaining part of GNUmakefile.main. Suggested by Alan Jonckheere to keep test releases' GNUmakefiles up to date. |
| 1998/02/25 | Clean up BINS list, removing SRTcheck etc. that we don't use. |
| 1998/02/18 | <package<.tbin: split test binaries (tbin/ area) from must-build binaries (bin/ area) in each package. |
| 1998/02/16 | (CDF only) Get rid of duplicate set of DEFINES and other flags from GNUmakefile.main (and other files?). |
| 1998/01/29 | Add --c to CCFLAGS for KCC (all platforms). |
| 1998/01/29 | Solve problem with SRT always adding -old_ld: Remove -old_ld from LDFLAGS for IRIX6, as it's included by gcc already. |
Return to code management page
Last updated 1 October 1998 by James Amundson.
This is file TODO in the SoftRelTools package.