svn commit: r325501 - head/lib/libclang_rt

Ngie Cooper ngie at FreeBSD.org
Tue Nov 7 04:58:10 UTC 2017


Author: ngie
Date: Tue Nov  7 04:56:53 2017
New Revision: 325501
URL: https://svnweb.freebsd.org/changeset/base/325501

Log:
  Remove unnecessary src.opts.mk .include
  
  MK_<FOO> isn't used in lib/libcompiler_rt/Makefile at all. Remove it to reduce
  namespace pollution.
  
  MFC after:	1 week

Modified:
  head/lib/libclang_rt/Makefile

Modified: head/lib/libclang_rt/Makefile
==============================================================================
--- head/lib/libclang_rt/Makefile	Tue Nov  7 04:55:23 2017	(r325500)
+++ head/lib/libclang_rt/Makefile	Tue Nov  7 04:56:53 2017	(r325501)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.include <src.opts.mk>
-
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 SUBDIR+=	include
 SUBDIR+=	asan


More information about the svn-src-head mailing list