freebsd-skq/sys/conf
jasone ffce1c840d 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
ldscript.amd64
ldscript.i386
ldscript.ia64
ldscript.powerpc
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
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
options.ia64
options.pc98
param.c Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
systags.sh