summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-05-27 17:33:30 +0000
committergjb <gjb@FreeBSD.org>2015-05-27 17:33:30 +0000
commit3a86cbbbcb71403f65fb9388c1f66ffc71776c5b (patch)
treef58f7697f1715837a7f02e18b4a9d3cdf550f416
parentaa01a21e0c7d20fb276cc0628a159a595e0e617e (diff)
downloadFreeBSD-src-3a86cbbbcb71403f65fb9388c1f66ffc71776c5b.zip
FreeBSD-src-3a86cbbbcb71403f65fb9388c1f66ffc71776c5b.tar.gz
Invert the build date and svn revision to match the namimg
convention that has been in use for a while. MFC after: 3 days Sponsored by: The FreeBSD Foundation
-rw-r--r--release/Makefile.mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index a050444..ed10c55 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -49,7 +49,7 @@ BUILDDATE!= cd ${.CURDIR} && date -j -f '%s' $$(stat -f "%c" ${.OBJDIR}/dist/ba
BUILDDATE!= date +%Y%m%d
. endif
. endif
-_SNAP_SUFFIX:= -r${SVNREVISION}-${BUILDDATE}
+_SNAP_SUFFIX:= ${BUILDDATE}-r${SVNREVISION}
.else
# release
SNAPSHOT=
OpenPOWER on IntegriCloud