svn commit: r315173 - in head/lib: libipsec libpathconv
Warner Losh
imp at FreeBSD.org
Sun Mar 12 18:59:06 UTC 2017
Author: imp
Date: Sun Mar 12 18:59:05 2017
New Revision: 315173
URL: https://svnweb.freebsd.org/changeset/base/315173
Log:
Fix two CURDIR references in comments that should be SRCTOP
references.
Differential Revision: https://reviews.freebsd.org/D9932
Sponsored by: Netflix
Silence On: arch@ (twice)
Modified:
head/lib/libipsec/Makefile
head/lib/libpathconv/Makefile
Modified: head/lib/libipsec/Makefile
==============================================================================
--- head/lib/libipsec/Makefile Sun Mar 12 18:59:00 2017 (r315172)
+++ head/lib/libipsec/Makefile Sun Mar 12 18:59:05 2017 (r315173)
@@ -40,7 +40,7 @@ CFLAGS+=-DIPSEC_DEBUG -DIPSEC
CFLAGS+=-DINET6
.endif
-#.PATH: ${.CURDIR}/../../sys/netipsec
+#.PATH: ${SRCTOP}/sys/netipsec
#SRCS= pfkey.c pfkey_dump.c
SRCS+= ipsec_strerror.c policy_parse.y policy_token.l
SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c
Modified: head/lib/libpathconv/Makefile
==============================================================================
--- head/lib/libpathconv/Makefile Sun Mar 12 18:59:00 2017 (r315172)
+++ head/lib/libpathconv/Makefile Sun Mar 12 18:59:05 2017 (r315173)
@@ -10,7 +10,7 @@ INCS= pathconv.h
SRCS= abs2rel.c rel2abs.c
-#VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+#VERSION_DEF= ${SRCTOP/lib/libc/Versions.def
#SYMBOL_MAPS= ${.CURDIR}/Symbol.map
.if ${MK_TESTS} != "no"
More information about the svn-src-all
mailing list