git: etc/Makefile: add a notice to "check-deprecated-files"

Daniel Fojt deef at crater.dragonflybsd.org
Tue Aug 11 03:01:41 PDT 2020


commit 92d555e2e2165a201f129ab4cd4c1f777fdead83
Author: Daniel Fojt <df at neosystem.org>
Date:   Tue Aug 11 10:53:20 2020 +0200

    etc/Makefile: add a notice to "check-deprecated-files"
    
    When checking dependencies for deprecated system libraries, kernel may
    complain on "foreign" (non-DragonFly) ELF binaries, like:
    
    "ELF interpreter /lib64/ld-linux-x86-64.so.2 not found"
    
    Unfortunately, these complaints are printed directly to terminal, not
    stdout or stderr, and there is no way to redirect it. So just print
    a notice in advance, to avoid possible users' confusion.
    
    Pointed out by: Pierre-Alain TORET
    Discussed with: Sascha Wildner

Summary of changes:
 etc/Makefile | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/92d555e2e2165a201f129ab4cd4c1f777fdead83


-- 
DragonFly BSD source repository


More information about the Commits mailing list