summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-09-17 21:02:58 +0000
committerimp <imp@FreeBSD.org>2000-09-17 21:02:58 +0000
commitef2cc02be7f5e8805487dcfaee7e7a45145ea7d2 (patch)
treeb7c79431a02f9688f45e6a447d3001a292adfb79 /Makefile.inc1
parentaa73219e0b0ede1ce78221f7a6055fb99bdb48fa (diff)
downloadFreeBSD-src-ef2cc02be7f5e8805487dcfaee7e7a45145ea7d2.zip
FreeBSD-src-ef2cc02be7f5e8805487dcfaee7e7a45145ea7d2.tar.gz
Add reinstallkernel target. Does same thing as installkernel, but
executes the reinstall target rather than the install target that installkernel does.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dd43618..b60b749 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -411,6 +411,9 @@ buildkernel:
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} install
+reinstallkernel:
+ cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
+ ${CROSSENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} reinstall
#
# kernel
OpenPOWER on IntegriCloud