svn commit: r356686 - head/release

Glen Barber gjb at FreeBSD.org
Mon Jan 13 16:31:59 UTC 2020


Author: gjb
Date: Mon Jan 13 16:31:58 2020
New Revision: 356686
URL: https://svnweb.freebsd.org/changeset/base/356686

Log:
  Fix a typo.
  
  MFC after:	3 days
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Mon Jan 13 16:31:00 2020	(r356685)
+++ head/release/Makefile	Mon Jan 13 16:31:58 2020	(r356686)
@@ -54,7 +54,7 @@ TARGET_ARCH=	${TARGET}
 IMAKE=		${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}
 DISTDIR=	dist
 
-# Define OSRELEASE by using newvars.sh
+# Define OSRELEASE by using newvers.sh
 .if !defined(OSRELEASE) || empty(OSRELEASE)
 .for _V in TYPE BRANCH REVISION
 ${_V}!=	eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo $$${_V}


More information about the svn-src-head mailing list