Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144858535
D39758.1776731890.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
822 B
Referenced Files
None
Subscribers
None
D39758.1776731890.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1888,7 +1888,11 @@
.endif
stagekernel: .PHONY
+.if ${BUILDKERNELS:[#]} == 1
+ ${_+_}${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel INSTKERNNAME=kernel.${KERNCONF}
+.else
${_+_}${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel
+.endif
PORTSDIR?= /usr/ports
WSTAGEDIR?= ${OBJTOP}/worldstage
@@ -2063,7 +2067,7 @@
-v kernel=yes -v _kernconf=${INSTALLKERNEL} ; \
sed -e "s/%VERSION%/${PKG_VERSION}/" \
-e "s/%PKGNAME%/kernel-${INSTALLKERNEL:tl}${flavor}/" \
- -e "s/%KERNELDIR%/kernel/" \
+ -e "s/%KERNELDIR%/kernel.${INSTALLKERNEL}/" \
-e "s/%COMMENT%/FreeBSD ${INSTALLKERNEL} kernel ${flavor}/" \
-e "s/%DESC%/FreeBSD ${INSTALLKERNEL} kernel ${flavor}/" \
-e "s/ %VCS_REVISION%/${VCS_REVISION}/" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 12:38 AM (3 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28394380
Default Alt Text
D39758.1776731890.diff (822 B)
Attached To
Mode
D39758: pkgbase: Always stage the kernel using INSTKERNNAME
Attached
Detach File
Event Timeline
Log In to Comment