History log of /openbsd-src/gnu/lib/libreadline/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# ec6ecd8a 15-Jan-2019 yasuoka <yasuoka@openbsd.org>

Fix the inter-library dependency for libedit and libreadline.
Previously they tried to depend on libtermcap which actually doesn't
exist in the objdir.

ok jca


# b5769cf6 14-Nov-2018 sthen <sthen@openbsd.org>

Record an inter-library dependency on libcurses in libedit and libreadline,
avoiding runtime failures on architectures using ld.lld. Also add a note to
libcurses shlib_version reminding about bumps (

Record an inter-library dependency on libcurses in libedit and libreadline,
avoiding runtime failures on architectures using ld.lld. Also add a note to
libcurses shlib_version reminding about bumps (as done with libcrypto/libssl).

Thanks guenther@ for suggestions of tests involving library bumps and jca@
for doing these tests and hint about DPADD.

Looks good kettenis@, ok jca@

show more ...


# ba13c44c 09-Aug-2004 pefo <pefo@openbsd.org>

Remove second instance of nls.c from the file list.
OK from kettenis@, deraadt@


# af70c2df 10-May-2004 kettenis <kettenis@openbsd.org>

Resolve conflicts for GNU readline 4.3p5.
ok deraadt@, otto@, pval@


# f2d9bf9a 19-Apr-2002 espie <espie@openbsd.org>

create include dir first.


# 4bd367b0 25-Mar-2001 millert <millert@openbsd.org>

Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I
was on drugs earlier.


# 68fc7cd5 23-Mar-2001 millert <millert@openbsd.org>

explicitly generate info files via "all" target like we do for
cleandir. This is not the prettiest of things but it does work.


# 4e3bbebe 18-Mar-2001 millert <millert@openbsd.org>

for "make cleandir" clean out the doc stuff too


# 73448528 18-Mar-2001 millert <millert@openbsd.org>

Add BSD Makefiles, shlib_version and a pre-generated config.h for
standard OpenBSD library building.
Also remove generated doc files and texinfo bits we have in the tree.