I was consdering getting all the makefiles to consistently have variables
available for debug and optimize flags. Do y'all think that having ${DEBUG}
on all compile lines (or CFLAGS= lines), and ${OPT} on all lines where it
should potentially optimize. (I.e. skip those few cases in lwp where
optimization is specifically turned off.) and then let those vars be set in
the Makefile.`sys` file as needed?Right now, there is a hodgepodge of different var names, etc. I figured it would make debugging easier if a single var were available for each throughout the sources. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
