Date: Fri, 6 Feb 1998 16:28:50 -0800 (PST) From: Shawn Ramsey <shawn@luke.cpl.net> To: stable@FreeBSD.ORG Subject: compile error Message-ID: <Pine.BSF.3.95.980206161835.1067A-100000@luke.cpl.net>
next in thread | raw e-mail | index | archive | help
I am getting the following error on a make world with 2_2_RELENG
if test -d /disk2/usr/src/include.i386; then echo "===> include.i386";
edir=in
clude.i386; cd /disk2/usr/src/${edir}; else echo "===> include";
edir=includ
e; cd /disk2/usr/src/${edir}; fi;
/usr/obj/disk2/usr/src/tmp/usr/bin/make cle
andir DIRPRFX=${edir}/
===> include.i386
cd: can't cd to /disk2/usr/src/include.i386
*** Error code 2
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
/usr/src is a symbolic link to /disk/usr/src. I don't think that has
anything to do with this... after this happened, I also tried re-cvsup'ing
the entire source tree. Same results. Any ideas how to fix this?
Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.980206161835.1067A-100000>
