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"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to