svn commit: r312512 - head/lib/libdevdctl/tests

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:55:16 UTC 2017


Author: ngie
Date: Fri Jan 20 04:55:14 2017
New Revision: 312512
URL: https://svnweb.freebsd.org/changeset/base/312512

Log:
  Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
  
  MFC after:	3 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libdevdctl/tests/Makefile

Modified: head/lib/libdevdctl/tests/Makefile
==============================================================================
--- head/lib/libdevdctl/tests/Makefile	Fri Jan 20 04:54:21 2017	(r312511)
+++ head/lib/libdevdctl/tests/Makefile	Fri Jan 20 04:55:14 2017	(r312512)
@@ -2,7 +2,7 @@
 
 TESTSDIR= ${TESTSBASE}/lib/libdevdctl
 
-.PATH:	${.CURDIR}/..
+.PATH:	${.CURDIR:H}
 
 PLAIN_TESTS_CXX= libdevdctl_unittest
 


More information about the svn-src-all mailing list