Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2000 23:55:27 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        bloom@acm.org, Sheldon Hearn <sheldonh@uunet.co.za>, 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:  <20000126155527.4F9D81C03@overcee.netplex.com.au>
In-Reply-To: Message from Peter Wemm <peter@netplex.com.au>  of "Wed, 26 Jan 2000 23:34:12 %2B0800." <20000126153413.049201C03@overcee.netplex.com.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Wemm wrote:
> --- include/Makefile	2000/01/25 09:24:20	1.107
> +++ include/Makefile	2000/01/26 15:29:28
> @@ -116,8 +116,15 @@
>  
>  symlinks:
>  	@${ECHO} "Setting up symlinks to kernel source tree..."
> -.for i in ${LDIRS} ${LNOHEADERDIRS}
> +.for i in ${LDIRS}
>  	rm -rf ${DESTDIR}/usr/include/$i
> +	ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
> +.endfor
> +.for i in ${LNOHEADERDIRS}
> +	rm -rf ${DESTDIR}/usr/include/$i
> +	mkdir ${DESTDIR}/usr/include/$i
> +.endfor
> +.for i in ${LSUBDIRS}
>  	ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
              ^^^^^^^^^^^^  make that "../../../sys/$i"

>  .endfor
>  	rm -rf ${DESTDIR}/usr/include/machine

Cheers,
-Peter



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?20000126155527.4F9D81C03>