mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
8d8d6de65e
commit
a8f5f987e2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312473
@ -2,8 +2,8 @@
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${.CURDIR}/../../contrib/ldns
|
||||
UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
|
||||
# Hold my beer and watch this
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/cachedb ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
|
||||
|
Loading…
Reference in New Issue
Block a user