[1375] in NetBSD-Development
Re: Recent commits by Derek
daemon@ATHENA.MIT.EDU (Yoav Yerushalmi)
Mon Aug 19 15:55:54 1996
To: Greg Hudson <ghudson@MIT.EDU>
Cc: Derek Atkins <warlord@MIT.EDU>, sipb-athena@MIT.EDU
In-Reply-To: Your message of "Mon, 19 Aug 1996 15:42:44 EDT."
<9608191942.AA09299@small-gods.MIT.EDU>
Date: Mon, 19 Aug 1996 15:54:53 EDT
From: Yoav Yerushalmi <yoav@MIT.EDU>
ahem.. actually I believe the 'right' thing to do is
let imake choose for you, and assume imake knows what is going on
(or fix imake to know that).
There should be something like a
#if defined (linux1)
#define TermcapLibrary -lncurses
#else
etc...
somewhere, and you shouldn't attempt to override it, but
instead use it..
this does mean, however, that if it's not there, we'll have to add it
there, which means we control imake templates, and that's a pain).
--
------------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | (I hope.. don't sue) |
| http://www.mit.edu/afs/sipb/user/yoav/html/homepage.html |
------------------------------------------------------------