[1376] in NetBSD-Development
Re: Recent commits by Derek
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Aug 19 16:03:00 1996
To: Yoav Yerushalmi <yoav@MIT.EDU>
Cc: sipb-athena@MIT.EDU
In-Reply-To: Your message of "Mon, 19 Aug 1996 15:54:53 EDT."
<9608191954.AA19550@angreal.MIT.EDU>
Date: Mon, 19 Aug 1996 16:02:08 EDT
From: Derek Atkins <warlord@MIT.EDU>
Yoav,
> 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
The problem is that there is no way to tell a "linux1" from a "linux2"
system. Indeed, this was exactly what I was attempting to do.
> 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).
We already do this, so I didn't think it would be that much of a pain.
-derek