git: Stop mixing the userland specific <bsd.sys.mk> into the module build.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Aug 13 11:15:10 PDT 2020


commit 0c0d8fe827b371713b0b1183a3891857821950a3
Author: Sascha Wildner <saw at online.de>
Date:   Thu Aug 13 20:13:47 2020 +0200

    Stop mixing the userland specific <bsd.sys.mk> into the module build.
    
    I don't know why it was there initially because we inherited it this way.
    
    The only changes on the compile line are eliminating a -std=gcc99
    (our userland -std setting) which was overridden by the kernel's
    own -std=c99 anyway, and a second copy of our kernel warning flags.
    By extension, it also makes the build log shorter by some percent.

Summary of changes:
 share/mk/bsd.kmod.mk | 3 ---
 1 file changed, 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c0d8fe827b371713b0b1183a3891857821950a3


-- 
DragonFly BSD source repository


More information about the Commits mailing list