From owner-cvs-all Wed Jan 26 8:51:37 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 8C8D014E9C; Wed, 26 Jan 2000 08:51:29 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 12DVei-000784-00; Wed, 26 Jan 2000 18:50:56 +0200 From: Sheldon Hearn To: bloom@acm.org Cc: Peter Wemm , Yoshinobu Inoue , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net rcmd.c In-reply-to: Your message of "Wed, 26 Jan 2000 11:42:43 EST." <388F2403.56F6BB96@acm.org> Date: Wed, 26 Jan 2000 18:50:56 +0200 Message-ID: <27407.948905456@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 26 Jan 2000 11:42:43 EST, Jim Bloom wrote: > Peter, I got the following error after doing the following: > > rm -rf /usr/obj/* > make -DNOCLEAN -j8 buildworld Peter addressed this on the freebsd-current mailing list. In his untested patch, change ln -s ../../sys/$i ${DESTDIR}/usr/include/$i to ln -s ../../../sys/$i ${DESTDIR}/usr/include/$i Or wait for a rev 1.108 of src/include/Makefile . :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message