freebsd-nq/sys/conf
Jason Evans aabafca098 Do not check for existence of ${_dir}/kern/ , because for modules that set
.PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the
form exists(${.CURDIR}/[...]/kern/).  This appears to be happening because
make is searching for the argument to "exists" by using .PATH rather than a
relative search, because .PATH and the argument match at the beginning.
Additionally, make appears to consider a path that starts with ${.CURDIR}
as relative, even though it expands to an absolute path.

The reason that most people aren't seeing this problem is that the absolute
paths of /usr/src/sys and /sys are also searched, so as long as the kernel
source can be found in at least one of those places, no problems surface.
This problem was inadvertently introduced on 1 December 2000, with the
addition of the sysvipc modules.
2000-12-08 20:36:32 +00:00
..
defines
files Forgot this file in previous commit to remove file kern_threads.c 2000-12-02 05:42:30 +00:00
files.alpha Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 2000-12-05 09:10:50 +00:00
files.i386 We need support for comparing quad_t's now (ACPI CA uses this). 2000-12-01 09:54:17 +00:00
files.ia64 Don't build the ACPI CA debugger unless the ACPI_DEBUG option is present. 2000-11-08 02:57:01 +00:00
files.pc98 Merged from files.i386 revision 1.339. 2000-12-05 09:28:49 +00:00
kern.mk Add section for building ia64 kernels. 2000-10-16 20:04:52 +00:00
kmod.mk Do not check for existence of ${_dir}/kern/ , because for modules that set 2000-12-08 20:36:32 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.ia64 This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will 2000-09-29 13:46:07 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family. 2000-11-17 01:36:34 +00:00
Makefile.alpha Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
Makefile.i386 Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
Makefile.ia64 Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
Makefile.pc98 Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
Makefile.powerpc Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
newvers.sh Welcome to 5.0-current! 2000-03-13 09:13:01 +00:00
NOTES Add the NS DP83815 to the list of supported chips by the sis driver. 2000-12-03 18:43:41 +00:00
options Add kernel option NETGRAPH_ONE2MANY. 2000-11-16 16:59:26 +00:00
options.alpha Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 2000-12-05 09:10:50 +00:00
options.i386 update to i4b version 0.95.04 2000-10-09 13:41:07 +00:00
options.ia64 This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will 2000-09-29 13:46:07 +00:00
options.pc98 Merged from sys/conf/{files.i386,options.i386} revisions 1.334 and 2000-10-10 08:12:15 +00:00
param.c Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00