Subject: Re: CVS commit: src/distrib/common
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 02/03/2008 12:07:15
On Feb 3,  2:15pm, tsutsui@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/distrib/common

| > How does that help? The string is in /usr/share/misc/termcap.
| 
| There are two points:
| 
| - hardcoded /usr/share/misc/termcap in the generated entries
|   doesn't cause problems on targets
| - we should use ${DESTDIR}/usr/share/misc/termcap (or equivarent)
|   on regenerating distrib/common/termcap.mini by mktermcap
| 
| I though matt said the latter..

It is easy enough to do using sed, but I don't think it is important.
We could create a Makefile.termcap and generate termcap.mini completely
dynamically. I did not do this because this might require to make
getent a tool...

christos