Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144526348
D54539.1775240734.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D54539.1775240734.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1844,10 +1844,12 @@
.if ${NO_INSTALLEXTRAKERNELS} != "yes"
.if defined(NO_INSTALLKERNEL)
INSTALLEXTRAKERNELS= ${BUILDKERNELS}
-.else
+.elif ${BUILDKERNELS:[#]} > 1
# First kernel is installed separately by INSTALLKERNEL, typically to
# /boot/kernel, rather than to a config-suffixed directory.
INSTALLEXTRAKERNELS= ${BUILDKERNELS:[2..-1]}
+.else
+INSTALLEXTRAKERNELS=
.endif
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 6:25 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27516398
Default Alt Text
D54539.1775240734.diff (480 B)
Attached To
Mode
D54539: Makefile.inc1: Fix INSTALLEXTRAKERNELS for one-kernel case
Attached
Detach File
Event Timeline
Log In to Comment