Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2000 18:50:56 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        bloom@acm.org
Cc:        Peter Wemm <peter@netplex.com.au>, Yoshinobu Inoue <shin@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/net rcmd.c 
Message-ID:  <27407.948905456@axl.noc.iafrica.com>
In-Reply-To: Your message of "Wed, 26 Jan 2000 11:42:43 EST." <388F2403.56F6BB96@acm.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27407.948905456>