mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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 |
||
|---|---|---|
| .. | ||
| edit/readline | ||
| TEST | ||
| chared.c | ||
| chared.h | ||
| chartype.c | ||
| chartype.h | ||
| common.c | ||
| config.h | ||
| editline.3 | ||
| editrc.5 | ||
| el.c | ||
| el.h | ||
| eln.c | ||
| emacs.c | ||
| filecomplete.c | ||
| filecomplete.h | ||
| hist.c | ||
| hist.h | ||
| histedit.h | ||
| history.c | ||
| keymacro.c | ||
| keymacro.h | ||
| Makefile | ||
| Makefile.depend | ||
| makelist | ||
| map.c | ||
| map.h | ||
| parse.c | ||
| parse.h | ||
| prompt.c | ||
| prompt.h | ||
| read.c | ||
| read.h | ||
| readline.c | ||
| refresh.c | ||
| refresh.h | ||
| search.c | ||
| search.h | ||
| sig.c | ||
| sig.h | ||
| sys.h | ||
| terminal.c | ||
| terminal.h | ||
| tokenizer.c | ||
| tty.c | ||
| tty.h | ||
| vi.c | ||