freebsd-nq/share
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
..
colldef Fix code names according to KOI8-U RFC 2000-05-04 18:03:47 +00:00
dict Removed ex script left over from incomplete backout in previous commit. 1999-12-26 10:31:29 +00:00
doc Groff 1.16.1 implements .psbb request internally in troff(1) 2000-12-06 11:56:34 +00:00
examples Add more comments, fix a typo, mention how to do PPPoUDP using encryption 2000-12-01 11:52:22 +00:00
info Update skeleton dir file from the latest install-info(1). 2000-01-24 16:18:12 +00:00
isdn Don't extract these files as mode 666 during build, use mode 644 instead. 2000-08-15 09:14:04 +00:00
man Add Linuxulator manpage. Derived from i386 version. 2000-12-08 02:52:26 +00:00
me $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
misc Add a PCI vendor/device database, used by pciconf (and available for use 2000-12-07 10:56:29 +00:00
mk Do not check for existence of ${_dir}/kern/ , because for modules that set 2000-12-08 20:36:32 +00:00
mklocale Correct uk_UA.KOI8-U locale ALPHAs specification 2000-04-23 15:07:51 +00:00
sendmail Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
skel o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel 2000-07-15 03:24:18 +00:00
syscons Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
tabset $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
termcap Added termcap entry for multilingual sysinstall 2000-12-04 06:09:04 +00:00
timedef Fix %c 2000-10-23 14:31:27 +00:00
zoneinfo Merge from vendor branch. 2000-10-25 19:36:49 +00:00
Makefile Install the sendmail cf building tools (contrib/sendmail/cf) in 2000-10-10 18:08:19 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00