aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-10-27 00:52:50 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-10-27 00:52:50 +0000
commita4c0058691047e804bf27405a8e6354efcaf591c (patch)
treeac8244daf2345ee090c52cc39af64f0f02dded8c /sys/conf/Makefile.i386
parent4730796ca1fe8ad0edc89e03a54da3267e4612b9 (diff)
downloadsrc-a4c0058691047e804bf27405a8e6354efcaf591c.tar.gz
src-a4c0058691047e804bf27405a8e6354efcaf591c.zip
Support the "install.debug" and "reinstall.debug" targets for kernel modules.
Small tweaks to kldxref may be necessary to avoid the surprising (but harm- less) behaviour of 'kldload foo' loading foo.ko.debug instead of foo.ko if it is present in the kernel directory. Approved by: a week of silence on -arch MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=85570
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 581cf20c9cc5..d9e1945362dd 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -298,11 +298,11 @@ modules-cleandir:
modules-tags:
cd $S/modules ; env ${MKMODULESENV} ${MAKE} tags
-modules-install modules-install.debug:
+modules-install modules-reinstall:
cd $S/modules ; env ${MKMODULESENV} ${MAKE} install
-modules-reinstall modules-reinstall.debug:
- cd $S/modules ; env ${MKMODULESENV} ${MAKE} install
+modules-install.debug modules-reinstall.debug:
+ cd $S/modules ; env ${MKMODULESENV} ${MAKE} install.debug
config.o:
${NORMAL_C}