git: Makefile.inc1: Reduce strict ordering for libc.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat May 26 03:50:13 PDT 2018


commit 762087c8be0f5fad9241d2424f62dca72f7322a1
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sat May 26 12:44:57 2018 +0300

    Makefile.inc1: Reduce strict ordering for libc.
    
    Mark lib/csu as a hard dep for lib/libc (needed only for libc.so link).
    Even if lib/libc_rtld is not strictly needed to be handled at all in
    Makefile.inc1 (its _pic.a archive only used by libexec/rtld-elf),
    having it here is not a big issue since both libc and libc_rtld spend a
    lot of time in make depend and running those in parallel helps somewhat.

Summary of changes:
 Makefile.inc1 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/762087c8be0f5fad9241d2424f62dca72f7322a1


-- 
DragonFly BSD source repository


More information about the Commits mailing list