Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2017 21:35:10 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r314628 - stable/11
Message-ID:  <201703032135.v23LZA7u092347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703032135.v23LZA7u092347>