svn commit: r284390 - user/ngie/more-tests

Garrett Cooper ngie at FreeBSD.org
Sun Jun 14 20:56:42 UTC 2015


Author: ngie
Date: Sun Jun 14 20:56:41 2015
New Revision: 284390
URL: https://svnweb.freebsd.org/changeset/base/284390

Log:
  Note why the !.PARSEDIR case is important/exists

Modified:
  user/ngie/more-tests/Makefile

Modified: user/ngie/more-tests/Makefile
==============================================================================
--- user/ngie/more-tests/Makefile	Sun Jun 14 20:55:48 2015	(r284389)
+++ user/ngie/more-tests/Makefile	Sun Jun 14 20:56:41 2015	(r284390)
@@ -99,9 +99,11 @@
 #
 # For more information, see the build(7) manual page.
 #
+
 .ifdef .PARSEDIR
 MK_META_MODE?=	yes
 .else
+# Allow bootstrapping with fmake from earlier versions of FreeBSD
 MK_META_MODE=	no
 .endif
 .if ${MK_META_MODE} == "yes"


More information about the svn-src-user mailing list