DragonFly commits List (threaded) for 2009-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.49.g3b25f master share/mk bsd.kmod.mk bsd.own.mk sys/conf kern.paths.mk kern.post.mk kern.pre.mk kmod.mk
commit 3b25fbd435d9ee6d47af7128014528e2fadfb5e5
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date: Tue Feb 10 21:35:13 2009 +0900
Add two variables to adjust where to install kernel and modules.
DESTLABEL common suffix added to kernel and modules directory. for
example, `make DESTLABEL=test installkernel' installs them
as /boot/kernel.test and /boot/modules.test, respectively.
DESTKERNDIR where to install kernel and modules, /boot by default.
Add /sys/conf/kern.path.mk to define default paths for kernel and modules.
Also move KMOD* definitions to /sys/conf/kmod.mk where it really belongs.
Submitted-by: Stefan Johannesdal <stefan.johannesdal@gmail.com>
with a slight modification by me.
Summary of changes:
share/mk/bsd.kmod.mk | 1 +
share/mk/bsd.own.mk | 15 ---------------
sys/conf/kern.paths.mk | 15 +++++++++++++++
sys/conf/kern.post.mk | 39 +++++++++++++++++++--------------------
sys/conf/kern.pre.mk | 1 -
sys/conf/kmod.mk | 12 ++++++++++--
6 files changed, 45 insertions(+), 38 deletions(-)
create mode 100644 sys/conf/kern.paths.mk
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b25fbd435d9ee6d47af7128014528e2fadfb5e5
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]