From owner-freebsd-current Wed Feb 22 14:24:45 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA06271 for current-outgoing; Wed, 22 Feb 1995 14:24:45 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id OAA06259 for ; Wed, 22 Feb 1995 14:24:37 -0800 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id OAA05589; Wed, 22 Feb 1995 14:24:00 -0800 From: Poul-Henning Kamp Message-Id: <199502222224.OAA05589@ref.tfs.com> Subject: Re: TRUE and FALSE To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Date: Wed, 22 Feb 1995 14:23:59 -0800 (PST) Cc: current@freefall.cdrom.com In-Reply-To: <9502222218.AA08650@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at Feb 22, 95 05:18:30 pm Content-Type: text Content-Length: 730 Sender: current-owner@FreeBSD.org Precedence: bulk > > Since we want (as a medium term goal) to have our source compile > > without reference to /usr/include, then we will not need the > > links, and we can safely and decisively remove the SHARED!=copies > > case. > > This loses badly for people who develop kernel-dependent software > which is not part of FreeBSD. (Like me.) No it doesn't. If you develop kernel-dependent sw, you had better make sure that your development env is aligned with your kernel, ie something like: cd /usr/src/include ; make all install cd /usr/src/sys ; make all install or whatever the trick will be. -- Poul-Henning Kamp TRW Financial Systems, Inc. I am Pentium Of Borg. Division is Futile. You WILL be approximated.