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

Reply via email to