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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"