svn commit: r332485 - stable/11/gnu/usr.bin

Ian Lepore ian at FreeBSD.org
Fri Apr 13 19:15:32 UTC 2018


Author: ian
Date: Fri Apr 13 19:15:31 2018
New Revision: 332485
URL: https://svnweb.freebsd.org/changeset/base/332485

Log:
  Remove .info debugging output that accidentally got left in for MFC commit.
  
  This was just an artifact of my testing to ensure the option had the
  desired effect on freebsd 11, both when enabled and when disabled.
  
  Reported by:	Thomas Mueller <tmueller at sysgo>
  Point hat:	ian@

Modified:
  stable/11/gnu/usr.bin/Makefile

Modified: stable/11/gnu/usr.bin/Makefile
==============================================================================
--- stable/11/gnu/usr.bin/Makefile	Fri Apr 13 18:25:00 2018	(r332484)
+++ stable/11/gnu/usr.bin/Makefile	Fri Apr 13 19:15:31 2018	(r332485)
@@ -22,8 +22,6 @@ SUBDIR.${MK_GPL_DTC}+=	dtc
 SUBDIR.${MK_RCS}+=	rcs
 SUBDIR.${MK_TESTS}+=	tests
 
-.info MK_GNU_DIFF=${MK_GNU_DIFF}
-
 SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list