NetBSD/share/mk
lukem 4bb41ae2f2 Rework how KERNOBJDIR functions; now it's always determined with
cd ${KERNSRCDIR}/${KERNARCHDIR}/compile && ${PRINTOBJDIR}
This is far simpler than the previous system, and more robust with
objdirs built via BSDOBJDIR.

The previous method of finding KERNOBJDIR when using BSDOBJDIR by
referencing _SRC_TOP_OBJ_ from another directory was extremely
fragile due to the depth first tree walk by <bsd.subdir.mk>, and
the caching of _SRC_TOP_OBJ_ (with MAKEOVERRIDES) which would be
empty on the *first* pass to create fresh objdirs.

This change requires adding sys/arch/*/compile/Makefile to create
the objdir in that directory, and descending into arch/*/compile
from arch/*/Makefile.  Remove the now-unnecessary .keep_me files
whilst here.

Per lengthy discussion with Andrew Brown.
2003-01-06 17:40:18 +00:00
..
Makefile Add bsd.rpc.mk to FILES 2003-01-05 23:37:02 +00:00
bsd.README Common makefile fragment for invoking rpcgen. See bsd.README for 2003-01-05 19:18:52 +00:00
bsd.dep.mk The traditional C preprocessor is fixed in GCC 3.3 now, so no need 2002-11-26 18:42:30 +00:00
bsd.doc.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.endian.mk
bsd.files.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.hostlib.mk
bsd.hostprog.mk
bsd.inc.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.info.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.init.mk
bsd.kernobj.mk Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
bsd.kinc.mk Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, 2002-11-26 23:15:53 +00:00
bsd.kmod.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.lib.mk Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00
bsd.links.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.man.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.nls.mk Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. 2002-10-22 18:48:27 +00:00
bsd.obj.mk
bsd.own.mk Rework METALOG manipulation: 2002-12-23 06:52:48 +00:00
bsd.prog.mk Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00
bsd.rpc.mk Common makefile fragment for invoking rpcgen. See bsd.README for 2003-01-05 19:18:52 +00:00
bsd.shlib.mk
bsd.subdir.mk
bsd.sys.mk add SUNLABEL 2002-12-21 12:58:13 +00:00
sys.mk The traditional C preprocessor is fixed in GCC 3.3 now, so no need 2002-11-26 18:42:30 +00:00