summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-05-04 17:27:49 +0000
committerglebius <glebius@FreeBSD.org>2016-05-04 17:27:49 +0000
commitefe552cfd5200a06d149077c06df1b4d226b8930 (patch)
tree4ff96a44d842413ba602fdfb357457a6c249a368 /release
parentecc2c61c9002a9159aba3f4c8215b793d08b91a4 (diff)
downloadFreeBSD-src-efe552cfd5200a06d149077c06df1b4d226b8930.zip
FreeBSD-src-efe552cfd5200a06d149077c06df1b4d226b8930.tar.gz
Merge r299077, which provides ability to override NO_INSTALLEXTRAKERNELS.
Override NO_INSTALLEXTRAKERNELS for the release build. Historically, in the stable/10 branch the regular 'installkernel' target DID NOT install extra kernels, while the release build DID. This change finally restores POLA, I hope. Reported by: Fedor <f att.org.ru> Reviewed by: gjb
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index a29d84c..d37f2a5 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -70,6 +70,8 @@ VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
.endfor
.endif
+NO_INSTALLEXTRAKERNELS=no
+
.if !defined(VOLUME_LABEL) || empty(VOLUME_LABEL)
VOLUME_LABEL= FreeBSD_Install
.endif
OpenPOWER on IntegriCloud