From owner-freebsd-current Thu Mar 23 09:32:12 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15740 for current-outgoing; Thu, 23 Mar 1995 09:32:12 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA15734 for ; Thu, 23 Mar 1995 09:32:10 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA18805; Thu, 23 Mar 95 10:23:55 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9503231723.AA18805@cs.weber.edu> Subject: Re: Make World Times and a question about shared libs / make all To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Thu, 23 Mar 95 10:23:54 MST Cc: rgrimes@gndrsh.aac.dev.com, bde@zeta.org.au, me@tartufo.pcs.dec.com, nate@trout.sri.mt.net, current@FreeBSD.org In-Reply-To: <13688.795976394@freefall.cdrom.com> from "Jordan K. Hubbard" at Mar 23, 95 08:33:14 am X-Mailer: ELM [version 2.4dev PL52] Sender: current-owner@FreeBSD.org Precedence: bulk > > Would people think it gross if /usr/include was nothing but > > a directory tree full of symbolic links into /usr/src (or > > where ever you did the ``make INCLUDE_TYPES=symlink includes'' from). > > No, that would actually be more (he ducks) ORTHOGONAL! :-) > > Seriously. Then you at least have a tree of links or a tree of copies > but never a mix (you may recall me raving on this particular topic > awhile back) and it's at least a whole lot easier to _understand_. > > Yes! Please! % cd /usr/include/sys % grep "struct foo" *.h % cd ../net ../net: No such file or directory % cd .. % grep "struct foo" *.h No match. % ls *.h No match. % pwd /usr/src/sys % echo "No thank you." No thank you. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.