svn commit: r314628 - stable/11

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 3 21:35:11 UTC 2017


Author: bdrewery
Date: Fri Mar  3 21:35:09 2017
New Revision: 314628
URL: https://svnweb.freebsd.org/changeset/base/314628

Log:
  MFC r313184:
  
    Remove LOCAL_LIB_DIRS warning added in r275839.

Modified:
  stable/11/Makefile.inc1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1	Fri Mar  3 21:32:27 2017	(r314627)
+++ stable/11/Makefile.inc1	Fri Mar  3 21:35:09 2017	(r314628)
@@ -245,8 +245,6 @@ _REDUNDANT_LIB_DIRS+=    ${LOCAL_LIB_DIR
 .for _DIR in ${LOCAL_LIB_DIRS}
 .if empty(_REDUNDANT_LIB_DIRS:M${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile)
 SUBDIR+=	${_DIR}
-.else
-.warning ${_DIR} not added to SUBDIR list.  See UPDATING 20141121.
 .endif
 .endfor
 


More information about the svn-src-all mailing list