Add compat shims for XDEV and XDEV_ARCH so we don't break all the

users of them. Also, add a note to updating. We'll keep these shims at
least until the 12 branch.
This commit is contained in:
Warner Losh 2014-07-24 06:16:51 +00:00
parent e84d8ebfcc
commit 0aafd404f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269048
2 changed files with 11 additions and 0 deletions

View file

@ -174,6 +174,13 @@ _TARGET=${TARGET}
.if defined(TARGET_ARCH) && !defined(_TARGET_ARCH)
_TARGET_ARCH=${TARGET_ARCH}
.endif
# for historical compatibility for xdev targets
.if defined(XDEV)
_TARGET= ${XDEV}
.endif
.if defined(XDEV_ARCH)
_TARGET_ARCH= ${XDEV_ARCH}
.endif
# Otherwise, default to current machine type and architecture.
_TARGET?= ${MACHINE}
_TARGET_ARCH?= ${MACHINE_ARCH}

View file

@ -31,6 +31,10 @@ 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".)
20140723:
The xdev targets have been converted to using TARGET and
TARGET_ARCH instead of XDEV and XDEV_ARCH.
20140719:
The default unbound configuration has been modified to address
issues with reverse lookups on networks that use private