diff options
author | glebius <glebius@FreeBSD.org> | 2016-05-04 17:27:49 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2016-05-04 17:27:49 +0000 |
commit | efe552cfd5200a06d149077c06df1b4d226b8930 (patch) | |
tree | 4ff96a44d842413ba602fdfb357457a6c249a368 /release | |
parent | ecc2c61c9002a9159aba3f4c8215b793d08b91a4 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |