[1377] in NetBSD-Development
Re: Recent commits by Derek
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Aug 19 17:54:27 1996
To: Greg Hudson <ghudson@MIT.EDU>
Cc: 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:53:50 EDT
From: Derek Atkins <warlord@MIT.EDU>
> I looked over your commits more carefully; the major issue seems to be
> that you want to use ncurses instead of curses if the Linux kernel
> version is 2.0.
Well, actually, there is the conditional for curses v. ncurses, and
there is the conditional for -ldb vs. -ldbm... I wish there were a
way to do feature checks.. But that wouldn't help, since the clients
are going to require the appropriate shared libraries anyways.
I think that HJ changed from curses to ncurses and dbm to db in 5.2.x,
which is what I'm using to compile. True, there isn't a good reason
to base features on kernel version, but it isn't just kernel version
that I'm basing this on; I'm basing it on the whole "Linux-Athena"
system 2..
> That's still relevant. You should be able to make the Makefiles in a
> module rather than in the whole build tree. (In particular, people
> will often be checking out individual modules and building them to do
> development work.)
This is why I changed the appropriate Imake.rules as well to pass it
down. So this still works, too. I just caught one I missed, and I'm
about to check that in, too. :)
-derek