History log of /netbsd-src/lib/libterminfo/Makefile (Results 1 – 24 of 24)
Revision Date Author Comments
# 5d83fcdc 20-May-2024 martin <martin@NetBSD.org>

Use double quotes to include the local ./Makefile.hash


# 9e387da6 05-Apr-2020 roy <roy@NetBSD.org>

terminfo: Add guards to optionally build parts of libterminfo

Reading from a database is now optional.
Compiling terminfo descriptions (including from $TERMINFO) is now optional.
Compat support is n

terminfo: Add guards to optionally build parts of libterminfo

Reading from a database is now optional.
Compiling terminfo descriptions (including from $TERMINFO) is now optional.
Compat support is now optional.

This removes 17k on amd64 from the binary size, which allows it to be used
again on space constrained ramdisks.

show more ...


# fa835e8c 21-Mar-2012 matt <matt@NetBSD.org>

These directories default to WARNS?=5


# 5b270365 03-Nov-2011 joerg <joerg@NetBSD.org>

Fix dependencies on generated files.


# e2d8d702 02-Nov-2011 yamt <yamt@NetBSD.org>

use the tools version of utilities for other scripts, too


# 474f83c4 02-Nov-2011 christos <christos@NetBSD.org>

Separate the generators out, so that they can be re-used by tools, and
don't play games with curdir/objdir.


# 9e5def58 02-Nov-2011 roy <roy@NetBSD.org>

Now that nbperf can generate the same file using the -p option,
there is no longer a need to store these files in CVS.


# 64afaacc 04-Oct-2011 roy <roy@NetBSD.org>

Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.


# 44e794b0 03-Oct-2011 roy <roy@NetBSD.org>

Install correct man page links.


# 39aae097 03-Oct-2011 roy <roy@NetBSD.org>

Correctly use ti_ instead of t_ for our extensions as per the man page.
Replace vtparm with tiparm.
tiparm is also non standard, but has been proposed at least.


# fd2d10c6 02-Oct-2011 roy <roy@NetBSD.org>

Add termname(3) as defined by POSIX.


# 5353040f 16-Aug-2011 christos <christos@NetBSD.org>

document non-literal format strings


# 4c92852a 06-Jul-2010 mrg <mrg@NetBSD.org>

remove almost all the ability to build netbsd with an a.out target.
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new

remove almost all the ability to build netbsd with an a.out target.
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new ones
we need but for now it's just clutter.

this doesn't remove any of the support for exec_aout or any actually
required-for-boot a.out support, only the ability to build a netbsd
release in a.out format. ie, most of this code has been dead for
over a decade.

i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,
amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers
the 5 MACHINE_ARCH's affected, and all the other arch code touched.
it also includes some actual run-time testing of sparc, i386 and
shark, and i performed binary comparison upon amiga and x68k as well.


some minor details relevant:
- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them
down to only the parts ldconfig needs
- remove various unused source files
- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h

show more ...


# fde317d2 22-Feb-2010 roy <roy@NetBSD.org>

libterminfo can now compile a single terminfo description which allows
$TERMINFO to be a terminfo description as well as a file reference.

This enables the user to modify the terminfo description on

libterminfo can now compile a single terminfo description which allows
$TERMINFO to be a terminfo description as well as a file reference.

This enables the user to modify the terminfo description on read-only
media.

show more ...


# 62fab5d4 19-Feb-2010 njoly <njoly@NetBSD.org>

Do clean generated terminfo.5 file.


# 420f923a 12-Feb-2010 roy <roy@NetBSD.org>

Store the generated compiled terminfo descriptions so that we can build
a consistent library just from source.


# 45b8382f 11-Feb-2010 roy <roy@NetBSD.org>

Include xterm.


# 2680cfc1 11-Feb-2010 roy <roy@NetBSD.org>

Use $TOOL_TIC


# a2e27dcd 11-Feb-2010 roy <roy@NetBSD.org>

Use structures so we know how long each description is.


# 90cead5e 11-Feb-2010 roy <roy@NetBSD.org>

Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions
into libterminfo.
Constify some foo.


# 64c4b99a 09-Feb-2010 roy <roy@NetBSD.org>

We should always generate terminfo.5 to save human error syncing.


# 3dc9dc43 03-Feb-2010 roy <roy@NetBSD.org>

Store our generated files in CVS and remove nbperf from the toolchain.
This allows us to build consistent libs without an ever changing hash.


# 5632c35d 03-Feb-2010 roy <roy@NetBSD.org>

Use $HOST_SH instead of calling directly.


# 4ca00e00 03-Feb-2010 roy <roy@NetBSD.org>

Import my terminfo implementation.
This uses the ncurses terminal definitions.

OK: core@, jdc@