summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-27 00:52:50 +0000
committerdes <des@FreeBSD.org>2001-10-27 00:52:50 +0000
commiteb0ad6222d1267073df7b5ea3413ec5cd9477ce2 (patch)
treeac8244daf2345ee090c52cc39af64f0f02dded8c /sys/conf/Makefile.sparc64
parent9246a16af858019b295cc1274132b8af3d4d67a3 (diff)
downloadFreeBSD-src-eb0ad6222d1267073df7b5ea3413ec5cd9477ce2.zip
FreeBSD-src-eb0ad6222d1267073df7b5ea3413ec5cd9477ce2.tar.gz
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
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc646
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 34396d1..a1447b8 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -312,11 +312,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}
OpenPOWER on IntegriCloud