Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:32:48 +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-10@freebsd.org
Subject:   svn commit: r313600 - stable/10/lib/libufs
Message-ID:  <201702110632.v1B6WmWH001410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 06:32:48 2017
New Revision: 313600
URL: https://svnweb.freebsd.org/changeset/base/313600

Log:
  MFC r312472:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This implifies pathing in make/displayed output

Modified:
  stable/10/lib/libufs/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libufs/Makefile
==============================================================================
--- stable/10/lib/libufs/Makefile	Sat Feb 11 06:32:05 2017	(r313599)
+++ stable/10/lib/libufs/Makefile	Sat Feb 11 06:32:48 2017	(r313600)
@@ -17,7 +17,7 @@ MLINKS+= ufs_disk_close.3 ufs_disk_fillo
 MLINKS+= ufs_disk_close.3 ufs_disk_fillout_blank.3
 MLINKS+= ufs_disk_close.3 ufs_disk_write.3
 
-.PATH:  ${.CURDIR}/../../sys/ufs/ffs
+.PATH:  ${SRCTOP}/sys/ufs/ffs
 
 WARNS?=	2
 



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