summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-05-27 01:07:48 +0000
committergjb <gjb@FreeBSD.org>2016-05-27 01:07:48 +0000
commitd31c206fdbf9faf4bef341534510a0d9f18b81b7 (patch)
treed3bd0c3bb9e5d660291b9963d5227f77a49f0ef3
parent1900f6c81f42e0eb2b41a8fef0d8768d7b7be060 (diff)
downloadFreeBSD-src-d31c206fdbf9faf4bef341534510a0d9f18b81b7.zip
FreeBSD-src-d31c206fdbf9faf4bef341534510a0d9f18b81b7.tar.gz
Make Makefile.mirrors -ALPHA${N}-aware.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
-rw-r--r--release/Makefile.mirrors4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index 92e5eda..bc16b1e 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -27,7 +27,7 @@ EMBEDDED= 1
.endif
# snapshot
-.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
+.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
SNAPSHOT= 1
TLD?= ${FTPDIR}/snapshots
. if !defined(SVNREVISION) || empty(SVNREVISION)
@@ -63,7 +63,7 @@ BOARDNAME:= ${KERNCONF}
. else
OLDNAME:= ${KERNCONF}
. endif
-. if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
+. if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
SNAPSHOT= 1
. endif
IMAGES:= img
OpenPOWER on IntegriCloud