mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
.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.
|
||
|---|---|---|
| .. | ||
| bsd.dep.mk | ||
| bsd.doc.mk | ||
| bsd.docb.mk | ||
| bsd.info.mk | ||
| bsd.kern.mk | ||
| bsd.kmod.mk | ||
| bsd.lib.mk | ||
| bsd.libnames.mk | ||
| bsd.man.mk | ||
| bsd.obj.mk | ||
| bsd.own.mk | ||
| bsd.port.mk | ||
| bsd.port.post.mk | ||
| bsd.port.pre.mk | ||
| bsd.port.subdir.mk | ||
| bsd.prog.mk | ||
| bsd.README | ||
| bsd.sgml.mk | ||
| bsd.subdir.mk | ||
| Makefile | ||
| sys.mk | ||