[illumos-Developer] [Review] 1168 want a libtermcap that does not force libcurses

Gordon Ross gordon.w.ross at gmail.com
Tue Jul 12 13:03:00 PDT 2011


Good eye!  That was a subtle but intentional change.
The targets: $(ROOTLINT), $(ROOTLINT64)
install the "lint source" files, i.e.
  /usr/lib/llib-lcurses
These are conventionally installed _only_ in the
default (32-bit) location, where as the compiled
lint files are installed in all arch. locations, i.e.
  /usr/lib/llib-lcurses.ln
  /usr/lib/amd64/llib-lcurses

The previous Makefiles for libcurses didn't get
that stuff quite right, and this fixes it.

On Tue, Jul 12, 2011 at 3:47 PM, Igor Kozhukhov <ikozhukhov at gmail.com> wrote:
> Hi Gordon,
>
> Are you missing $(ROOTLINT64) In file usr/src/lib/libcurses/amd64/Makefile ?
>
> Or LINT is using only in 32 bit mode?
>
> All looks as well.
>
> Bets regards,
> Igor



More information about the Developer mailing list