git: nrelease: Simplify by not handling multiple kernel configs
Aaron LI
aly at crater.dragonflybsd.org
Mon Oct 28 15:11:30 PDT 2019
commit 751a32470bb9b500b19b030ae39ec64965f25bb7
Author: Aaron LI <aly at aaronly.me>
Date: Sun Mar 3 15:32:08 2019 +0800
nrelease: Simplify by not handling multiple kernel configs
We don't ship multiple kernels for years, so we can get rid of handling
multiple kernel configs in nrelease/Makefile. This simplifies the
Makefile and also get rid of the hack of 'SUBDIR += nrelease' in
Makefile.inc1.
Note that users can still override 'KERNCONF' the same as 'buildkernel'.
Summary of changes:
Makefile.inc1 | 7 -------
nrelease/Makefile | 22 +++-------------------
2 files changed, 3 insertions(+), 26 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/751a32470bb9b500b19b030ae39ec64965f25bb7
--
DragonFly BSD source repository
More information about the Commits
mailing list