freebsd-dev/lib/libedit
Marcel Moolenaar 2b4da8aa20 When MAKEOBJDIRPREFIX points to a case-insensitive file system, the
build can break when different source files create the same target
files (case-insensitivity speaking).  This is the case for object
files compiled with -fpic and shared libraries. The former uses
an extension of ".So", and the latter an extension ".so".  Rename
shared object files from *.So to *.pico to match what NetBSD does.

See also r305855

MFC after:	1 month
Sponsored by:	Bracket Computing
Differential Revision:	https://reviews.freebsd.org/D7906
2016-09-24 15:11:27 +00:00
..
edit/readline Revert r296175 2016-03-06 21:32:54 +00:00
TEST Revert r296175 2016-03-06 21:32:54 +00:00
chared.c Revert r296175 2016-03-06 21:32:54 +00:00
chared.h Revert r296175 2016-03-06 21:32:54 +00:00
chartype.c Revert r296175 2016-03-06 21:32:54 +00:00
chartype.h lib: minor spelling fixes in comments. 2016-05-01 19:37:33 +00:00
common.c Revert r296175 2016-03-06 21:32:54 +00:00
config.h Revert r296175 2016-03-06 21:32:54 +00:00
editline.3 Revert r296175 2016-03-06 21:32:54 +00:00
editrc.5 Synchronize libedit with NetBSD and activate UTF-8 support [1] 2015-01-09 07:40:56 +00:00
el.c Revert r296175 2016-03-06 21:32:54 +00:00
el.h Revert r296175 2016-03-06 21:32:54 +00:00
eln.c Revert r296175 2016-03-06 21:32:54 +00:00
emacs.c Revert r296175 2016-03-06 21:32:54 +00:00
filecomplete.c libedit: replace 0 with NULL for pointers. 2016-04-09 18:52:09 +00:00
filecomplete.h Synchronize libedit with NetBSD and activate UTF-8 support [1] 2015-01-09 07:40:56 +00:00
hist.c Revert r296175 2016-03-06 21:32:54 +00:00
hist.h Revert r296175 2016-03-06 21:32:54 +00:00
histedit.h Revert r296175 2016-03-06 21:32:54 +00:00
history.c Revert r296175 2016-03-06 21:32:54 +00:00
keymacro.c Revert r296175 2016-03-06 21:32:54 +00:00
keymacro.h MFV r295360 2016-02-07 15:26:21 +00:00
Makefile When MAKEOBJDIRPREFIX points to a case-insensitive file system, the 2016-09-24 15:11:27 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
makelist Revert r296175 2016-03-06 21:32:54 +00:00
map.c Revert r296175 2016-03-06 21:32:54 +00:00
map.h Synchronize libedit with NetBSD and activate UTF-8 support [1] 2015-01-09 07:40:56 +00:00
parse.c Revert r296175 2016-03-06 21:32:54 +00:00
parse.h Synchronize libedit with NetBSD and activate UTF-8 support [1] 2015-01-09 07:40:56 +00:00
prompt.c Revert r296175 2016-03-06 21:32:54 +00:00
prompt.h Revert r296175 2016-03-06 21:32:54 +00:00
read.c Revert r296175 2016-03-06 21:32:54 +00:00
read.h Revert r296175 2016-03-06 21:32:54 +00:00
readline.c Revert r296175 2016-03-06 21:32:54 +00:00
refresh.c lib: minor spelling fixes in comments. 2016-05-01 19:37:33 +00:00
refresh.h Revert r296175 2016-03-06 21:32:54 +00:00
search.c Revert r296175 2016-03-06 21:32:54 +00:00
search.h Revert r296175 2016-03-06 21:32:54 +00:00
sig.c Revert r296175 2016-03-06 21:32:54 +00:00
sig.h Revert r296175 2016-03-06 21:32:54 +00:00
sys.h Revert r296175 2016-03-06 21:32:54 +00:00
terminal.c Revert r296175 2016-03-06 21:32:54 +00:00
terminal.h Revert r296175 2016-03-06 21:32:54 +00:00
tokenizer.c Revert r296175 2016-03-06 21:32:54 +00:00
tty.c Revert r296175 2016-03-06 21:32:54 +00:00
tty.h Revert r296175 2016-03-06 21:32:54 +00:00
vi.c libedit: replace 0 with NULL for pointers. 2016-04-09 18:52:09 +00:00