Author: ngie
Date: Fri Jan 20 03:58:50 2017
New Revision: 312463
URL: https://svnweb.freebsd.org/changeset/base/312463

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/libbz2/Makefile

Modified: head/lib/libbz2/Makefile
==============================================================================
--- head/lib/libbz2/Makefile    Fri Jan 20 03:57:52 2017        (r312462)
+++ head/lib/libbz2/Makefile    Fri Jan 20 03:58:50 2017        (r312463)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PACKAGE=       lib${LIB}
-BZ2DIR=        ${.CURDIR}/../../contrib/bzip2
+BZ2DIR=        ${SRCTOP}/contrib/bzip2
 .PATH: ${BZ2DIR}
 
 LIB=           bz2
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to