Author: ngie
Date: Fri Jan 20 05:51:25 2017
New Revision: 312514
URL: https://svnweb.freebsd.org/changeset/base/312514

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

Modified:
  head/gnu/usr.bin/gdb/gdbserver/Makefile

Modified: head/gnu/usr.bin/gdb/gdbserver/Makefile
==============================================================================
--- head/gnu/usr.bin/gdb/gdbserver/Makefile     Fri Jan 20 05:45:07 2017        
(r312513)
+++ head/gnu/usr.bin/gdb/gdbserver/Makefile     Fri Jan 20 05:51:25 2017        
(r312514)
@@ -3,7 +3,7 @@
 # Not elf specific so don't install in /usr/libexec/elf
 BINDIR=/usr/bin
 
-GDBDIR=        ${.CURDIR}/../../../../contrib/gdb
+GDBDIR=        ${SRCTOP}/contrib/gdb
 .PATH: ${GDBDIR}/gdb/signals
 .PATH: ${GDBDIR}/gdb/gdbserver
 .PATH: ${GDBDIR}/gdb
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to