Date: Sun, 12 Mar 2017 18:59:05 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315173 - in head/lib: libipsec libpathconv Message-ID: <201703121859.v2CIx5qm001821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703121859.v2CIx5qm001821>