Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 04:36:12 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r319188 - stable/11/sys/modules/ipsec
Message-ID:  <201705300436.v4U4aCZm091025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue May 30 04:36:11 2017
New Revision: 319188
URL: https://svnweb.freebsd.org/changeset/base/319188

Log:
  MFC r318439:
  
  Normalize .PATH on SRCTOP
  
  This will help Jenkins dedupe 9 warnings between the static build and
  the module build of ipsec(4).
  
  Missed in SRCTOP conversion in r314651.
  
  MFC with:	r314651

Modified:
  stable/11/sys/modules/ipsec/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/ipsec/Makefile
==============================================================================
--- stable/11/sys/modules/ipsec/Makefile	Tue May 30 04:31:35 2017	(r319187)
+++ stable/11/sys/modules/ipsec/Makefile	Tue May 30 04:36:11 2017	(r319188)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${SRCTOP}/sys/net ${.CURDIR}/../../netipsec
+.PATH: ${SRCTOP}/sys/net ${SRCTOP}/sys/netipsec
 
 KMOD=	ipsec
 SRCS=	if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c ipsec_mod.c \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300436.v4U4aCZm091025>