Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 14:24:20 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287824 - head
Message-ID:  <201509151424.t8FEOKUs019633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc,ports committer)
Date: Tue Sep 15 14:24:19 2015
New Revision: 287824
URL: https://svnweb.freebsd.org/changeset/base/287824

Log:
  Fix grammer in an error message
  
  PR:		202310
  Submitted by:	Chris Petrik <chris@bsdjunk.com>
  Approved by:	will

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Sep 15 13:37:48 2015	(r287823)
+++ head/Makefile.inc1	Tue Sep 15 14:24:19 2015	(r287824)
@@ -1258,7 +1258,7 @@ _elftoolchain_libs= lib/libelf lib/libdw
 
 legacy:
 .if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0
-	@echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \
+	@echo "ERROR: Source upgrades from versions prior to 8.0 are not supported."; \
 	false
 .endif
 .for _tool in tools/build ${_elftoolchain_libs}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151424.t8FEOKUs019633>