[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: termcap caveat for people tracking -current source
>I just committed an updated termtypes.master file (used to generate
>terminfo and termcap files). If you track -current you will need
>to do the following _after_ a 'make build':
> cd /usr/src/share/termtypes
> make clean
> make depend
> make
> make install
>Basically, you need to generate the terminfo and termcap files with
>the current version of tic(1) or you may run into problems with
>some termcap entries being too long.
I'm not expert on this, but doesn't it suggest to add some
special rule (like compilers/libraries) into src/Makefile,
to install latest tic(1) in early stage of "make build"?
itojun