[Bug 242971] Casper-related files are installed even if WITHOUT_CASPER=true ; some of them are not removed by "make delete-old"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 29 22:54:34 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242971

            Bug ID: 242971
           Summary: Casper-related files are installed even if
                    WITHOUT_CASPER=true ; some of them are not removed by
                    "make delete-old"
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: philippe.michel7 at free.fr

With WITHOUT_CASPER=true, the following files are installed anyway :

INCS=   libcasper.h
INCS+=  libcasper_service.h

MAN+=   libcasper.3
MAN+=   libcasper_service.3

MLINKS+=libcasper.3 cap_init.3
MLINKS+=libcasper.3 cap_wrap.3
MLINKS+=libcasper.3 cap_unwrap.3
MLINKS+=libcasper.3 cap_sock.3
MLINKS+=libcasper.3 cap_clone.3
MLINKS+=libcasper.3 cap_close.3
MLINKS+=libcasper.3 cap_limit_get.3
MLINKS+=libcasper.3 cap_limit_set.3
MLINKS+=libcasper.3 cap_send_nvlist.3
MLINKS+=libcasper.3 cap_recv_nvlist.3
MLINKS+=libcasper.3 cap_xfer_nvlist.3
MLINKS+=libcasper.3 cap_service_open.3

MLINKS+=libcasper_service.3 CREATE_SERVICE.3

Most of them are deleted by a "make delete-old", but a few are missing from
OptionalObsoleteFiles.inc and are not removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list