summaryrefslogtreecommitdiffstats
path: root/release/Makefile.mirrors
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile.mirrors')
-rw-r--r--release/Makefile.mirrors4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index ed10c55..d5e8949 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -27,7 +27,7 @@ EMBEDDED= 1
.endif
# snapshot
-.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT"
+.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
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"
+. if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
SNAPSHOT= 1
. endif
IMAGES:= img
OpenPOWER on IntegriCloud