From 3a86cbbbcb71403f65fb9388c1f66ffc71776c5b Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 27 May 2015 17:33:30 +0000 Subject: 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 --- release/Makefile.mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- cgit v1.1