svn commit: r312472 - head/lib/libufs

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:30:06 UTC 2017


Author: ngie
Date: Fri Jan 20 04:30:05 2017
New Revision: 312472
URL: https://svnweb.freebsd.org/changeset/base/312472

Log:
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This implifies pathing in make/displayed output
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/lib/libufs/Makefile

Modified: head/lib/libufs/Makefile
==============================================================================
--- head/lib/libufs/Makefile	Fri Jan 20 04:29:23 2017	(r312471)
+++ head/lib/libufs/Makefile	Fri Jan 20 04:30:05 2017	(r312472)
@@ -18,7 +18,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
 


More information about the svn-src-all mailing list