K 10 svn:author V 3 joe K 8 svn:date V 27 2000-12-21T12:50:49.000000Z K 7 svn:log V 453 MFC: Revisions 1.18-1.22 o Better support for building objects in a shadow obj directory using MAKEOBJDIRPREFIX and the -o and -p flags. o Use the TMPDIR env variable or _PATH_TMP for determining which temporary directory to use. Security fixes: o check strdup() return values. o strcpy() -> strlcpy() o sprintf() -> snprintf() o mktemp() -> mkstemp() o use err() instead of errx() in out_of_memory() function since errno will probably be set. END