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
This commit is contained in:
parent
3ef90571c1
commit
18a259a802
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user