Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 95 10:23:54 MST
From:      terry@cs.weber.edu (Terry Lambert)
To:        jkh@freefall.cdrom.com (Jordan K. Hubbard)
Cc:        rgrimes@gndrsh.aac.dev.com, bde@zeta.org.au, me@tartufo.pcs.dec.com, nate@trout.sri.mt.net, current@FreeBSD.org
Subject:   Re: Make World Times and a question about shared libs / make all
Message-ID:  <9503231723.AA18805@cs.weber.edu>
In-Reply-To: <13688.795976394@freefall.cdrom.com> from "Jordan K. Hubbard" at Mar 23, 95 08:33:14 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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.



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