https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210989
Mark Millard <marklmi26-f...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|11.0 -r302412: check-old |11.0 -r302412 (and later): |does not list older |check-old does not list |/usr/libsoft/. . . |older /usr/libsoft/. . . |materials; delete-old and |materials; delete-old and |delete-old-libs do not |delete-old-libs do not |delete them |delete them Version|11.0-BETA1 |CURRENT --- Comment #1 from Mark Millard <marklmi26-f...@yahoo.com> --- In head -r358510 the following grep's do not suggest that check-old, delete-old, or delete-old-libs do anything about /usr/libsoft materials even when: .elif ${MK_LIBSOFT} == "yes" _LIBCOMPAT= SOFT .include "Makefile.libcompat" is not used. The grep's are: # grep -r _LIBSOFT /usr/src/* | more /usr/src/Makefile.inc1:.elif ${MK_LIBSOFT} == "yes" /usr/src/UPDATING: is available using the libraries installed with -DWITH_LIBSOFT. /usr/src/etc/mtree/Makefile:.if ${MK_LIBSOFT} != "no" /usr/src/etc/Makefile:.if ${MK_LIBSOFT} != "no" /usr/src/share/man/man5/src.conf.5:.It Va WITH_LIBSOFT /usr/src/tools/build/options/WITH_LIBSOFT:.\" $FreeBSD: head/tools/build/options/WITH_LIBSOFT 300325 2016-05-20 19:23:07Z bdrewery $ # grep -r libsoft /usr/src/* | more /usr/src/UPDATING: /usr/libsoft also existed). Only users with a hard-float ld.so, but /usr/src/etc/mtree/BSD.libsoft.dist:# $FreeBSD: head/etc/mtree/BSD.libsoft.dist 293068 2016-01-03 04:32:05Z imp $ /usr/src/etc/mtree/BSD.libsoft.dist: libsoft /usr/src/etc/mtree/Makefile: ${_BSD.libsoft.dist} \ /usr/src/etc/mtree/Makefile:_BSD.libsoft.dist= BSD.libsoft.dist /usr/src/etc/Makefile:MTREES+= mtree/BSD.libsoft.dist /usr /usr/src/etc/Makefile:MTREES+= mtree/BSD.libsoft.dist /usr/lib/debug/usr /usr/src/libexec/rtld-elf/paths.h:#define SOFT_STANDARD_LIBRARY_PATH "/usr/libsoft" /usr/src/libexec/rc/rc.conf:ldconfigsoft_paths="/usr/libsoft /usr/libsoft/compat /usr/local/libsoft" /usr/src/share/mk/bsd.compat.mk:# -B is needed to find /usr/lib32/crti.o for GCC and /usr/libsoft/crti.o for -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"