Add an UPDATING entry and warning about the change in r274807 to help users

transition to the new behavior.

Discussed with:	jmallett
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2014-12-16 20:45:17 +00:00
parent a34b42e43c
commit 5f25ee9cef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275839
2 changed files with 10 additions and 0 deletions

View File

@ -113,6 +113,8 @@ _REDUNDENT_LIB_DIRS+= ${LOCAL_LIB_DIRS:M${_DIR}*}
.for _DIR in ${LOCAL_LIB_DIRS}
.if empty(_REDUNDENT_LIB_DIRS:M${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile)
SUBDIR+= ${_DIR}
.else
.warning ${_DIR} not added to SUBDIR list. See UPDATING 20141121.
.endif
.endfor
.endif

View File

@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20141121:
The handling of LOCAL_LIB_DIRS has been altered to skip addition of
directories to top level SUBDIR variable when their parent
directory is included in LOCAL_DIRS. Users with build systems with
such hierarchies and without SUBDIR entries in the parent
directory Makefiles should add them or add the directories to
LOCAL_DIRS.
20141109:
faith(4) and faithd(8) has been removed from base system. It
has been obsolete for a very long time.