svn commit: r283593 - head/release
Glen Barber
gjb at FreeBSD.org
Tue May 26 21:58:23 UTC 2015
Author: gjb
Date: Tue May 26 21:58:22 2015
New Revision: 283593
URL: https://svnweb.freebsd.org/changeset/base/283593
Log:
Fix a typo.
Submitted by: ian
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors Tue May 26 21:53:04 2015 (r283592)
+++ head/release/Makefile.mirrors Tue May 26 21:58:22 2015 (r283593)
@@ -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
More information about the svn-src-head
mailing list