Date: Tue, 26 May 2015 21:58:23 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283593 - head/release Message-ID: <201505262158.t4QLwN6G009561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505262158.t4QLwN6G009561>