svn commit: r265899 - head/sys/conf

Warner Losh imp at FreeBSD.org
Mon May 12 01:47:46 UTC 2014


Author: imp
Date: Mon May 12 01:47:45 2014
New Revision: 265899
URL: http://svnweb.freebsd.org/changeset/base/265899

Log:
  s/JIRA/Jenkins/g in comments. I was confused.

Modified:
  head/sys/conf/kern.opts.mk

Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk	Sun May 11 23:22:32 2014	(r265898)
+++ head/sys/conf/kern.opts.mk	Mon May 12 01:47:45 2014	(r265899)
@@ -26,8 +26,8 @@ __DEFAULT_NO_OPTIONS = \
 # bsd.mkopt.mk from there. If it is defined, trust it to point someplace sane
 # and include bsd.mkopt.mk from there. We need the !defined case to keep ports
 # kernel modules working (though arguably they should define MAKESYSPATH). We
-# need the latter case to keep the JIRA case working where they specifically
-# use a non-standard layout, but do define MAKESYSPATH correctly.
+# need the latter case to keep the Jenkins testing harness working where they
+# specifically use a non-standard layout, but do define MAKESYSPATH correctly.
 .if !defined(MAKESYSPATH)
 .include "../../share/mk/bsd.mkopt.mk"
 .else


More information about the svn-src-head mailing list