aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-03 20:09:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-03 20:09:51 +0000
commit32002b3434ee1124a9577695f3f3283f2eb59b89 (patch)
tree2a637e149a9044a6c1d4038e222c66569094a733
parente48c56aeb66fcd28fc2bb411ddf8c78e51283606 (diff)
Notes
-rw-r--r--sys/conf/Makefile.i38613
-rw-r--r--sys/conf/Makefile.powerpc13
2 files changed, 12 insertions, 14 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 8bd3cb648224..e58a5fdf6896 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -23,7 +23,6 @@
KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
-KCOREDIR?= ${KODIR}
STD8X16FONT?= iso
.if !defined(S)
@@ -239,18 +238,18 @@ kernel-install kernel-install.debug:
mv ${DESTDIR}${KODIR} ${DESTDIR}${KODIR}.old
.endif
mkdir -p ${DESTDIR}${KODIR}
- @if [ -f ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ] ; then \
- chflags noschg ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ; \
+ @if [ -f ${DESTDIR}${KODIR}/${KERNEL_KO} ] ; then \
+ chflags noschg ${DESTDIR}${KODIR}/${KERNEL_KO} ; \
fi
install -c -m 555 -o root -g wheel -fschg \
- ${KERNEL_KO}${.TARGET:S/kernel-install//} ${DESTDIR}${KCOREDIR}
+ ${KERNEL_KO}${.TARGET:S/kernel-install//} ${DESTDIR}${KODIR}
kernel-reinstall kernel-reinstall.debug:
- @if [ -f ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ] ; then \
- chflags noschg ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ; \
+ @if [ -f ${DESTDIR}${KODIR}/${KERNEL_KO} ] ; then \
+ chflags noschg ${DESTDIR}${KODIR}/${KERNEL_KO} ; \
fi
install -c -m 555 -o root -g wheel -fschg \
- ${KERNEL_KO}${.TARGET:S/kernel-reinstall//} ${DESTDIR}${KCOREDIR}
+ ${KERNEL_KO}${.TARGET:S/kernel-reinstall//} ${DESTDIR}${KODIR}
.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
all: modules
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 8bd3cb648224..e58a5fdf6896 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -23,7 +23,6 @@
KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
-KCOREDIR?= ${KODIR}
STD8X16FONT?= iso
.if !defined(S)
@@ -239,18 +238,18 @@ kernel-install kernel-install.debug:
mv ${DESTDIR}${KODIR} ${DESTDIR}${KODIR}.old
.endif
mkdir -p ${DESTDIR}${KODIR}
- @if [ -f ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ] ; then \
- chflags noschg ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ; \
+ @if [ -f ${DESTDIR}${KODIR}/${KERNEL_KO} ] ; then \
+ chflags noschg ${DESTDIR}${KODIR}/${KERNEL_KO} ; \
fi
install -c -m 555 -o root -g wheel -fschg \
- ${KERNEL_KO}${.TARGET:S/kernel-install//} ${DESTDIR}${KCOREDIR}
+ ${KERNEL_KO}${.TARGET:S/kernel-install//} ${DESTDIR}${KODIR}
kernel-reinstall kernel-reinstall.debug:
- @if [ -f ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ] ; then \
- chflags noschg ${DESTDIR}${KCOREDIR}/${KERNEL_KO} ; \
+ @if [ -f ${DESTDIR}${KODIR}/${KERNEL_KO} ] ; then \
+ chflags noschg ${DESTDIR}${KODIR}/${KERNEL_KO} ; \
fi
install -c -m 555 -o root -g wheel -fschg \
- ${KERNEL_KO}${.TARGET:S/kernel-reinstall//} ${DESTDIR}${KCOREDIR}
+ ${KERNEL_KO}${.TARGET:S/kernel-reinstall//} ${DESTDIR}${KODIR}
.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
all: modules