From 77794ebe2d5718eb502c93ec32f8ccae4d8a0b7b Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 26 May 2015 21:58:22 +0000 Subject: Fix a typo. Submitted by: ian MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/Makefile.mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index 35ab0c4..a050444 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -41,7 +41,7 @@ SVNVERSION?= ${_D}/${_S} . if exists(${SVNVERSION}) && !empty(SVNVERSION) SVNREVISION!= ${SVNVERSION} ${WORLDDIR}/Makefile . endif -. endif # !defined(SVNERVISION) +. endif # !defined(SVNREVISION) . if !defined(BUILDDATE) || empty(BUILDDATE) . if exists(${.CURDIR}/${.OBJDIR}/dist/base/bin/sh) BUILDDATE!= cd ${.CURDIR} && date -j -f '%s' $$(stat -f "%c" ${.OBJDIR}/dist/base/bin/sh) +%Y%m%d -- cgit v1.1