diff options
author | jasone <jasone@FreeBSD.org> | 2000-12-08 20:36:32 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-12-08 20:36:32 +0000 |
commit | ffce1c840d1991590e43beda230efca6a1058dd1 (patch) | |
tree | 634a4d25dbe60749e9f3684f6b910b703522b7bf /sys/kern/uipc_socket.c | |
parent | c3f2ee9700d0fed2b3e547667a6c907d938f10ed (diff) | |
download | FreeBSD-src-ffce1c840d1991590e43beda230efca6a1058dd1.zip FreeBSD-src-ffce1c840d1991590e43beda230efca6a1058dd1.tar.gz |
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.
Diffstat (limited to 'sys/kern/uipc_socket.c')
0 files changed, 0 insertions, 0 deletions