git: make(1): Undefine USE_EMALLOC to avoid libutil dependency

Aaron LI aly at crater.dragonflybsd.org
Wed Jul 1 22:19:36 PDT 2026


commit 8bccefef26c3bc9f7e24da12dc370ce7e5d674fa
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Jul 2 11:15:16 2026 +0800

    make(1): Undefine USE_EMALLOC to avoid libutil dependency
    
    With USE_EMALLOC undefined, util.h becomes unused and thus remove it.
    
    This improves the zrj's commit ee2cba8aae8c6b2ce0b6c6fc150e61c1736c64e8.

Summary of changes:
 usr.bin/bmake/Makefile |  1 -
 usr.bin/bmake/util.h   | 90 --------------------------------------------------
 2 files changed, 91 deletions(-)
 delete mode 100644 usr.bin/bmake/util.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8bccefef26c3bc9f7e24da12dc370ce7e5d674fa


-- 
DragonFly BSD source repository


More information about the Commits mailing list