Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2017 07:58:45 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r313542 - stable/11/gnu/usr.bin/gdb/gdbserver
Message-ID:  <201702100758.v1A7wjxl035776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Feb 10 07:58:45 2017
New Revision: 313542
URL: https://svnweb.freebsd.org/changeset/base/313542

Log:
  MFC r312514:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This simplifies pathing in make/displayed output

Modified:
  stable/11/gnu/usr.bin/gdb/gdbserver/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/gnu/usr.bin/gdb/gdbserver/Makefile
==============================================================================
--- stable/11/gnu/usr.bin/gdb/gdbserver/Makefile	Fri Feb 10 07:57:14 2017	(r313541)
+++ stable/11/gnu/usr.bin/gdb/gdbserver/Makefile	Fri Feb 10 07:58:45 2017	(r313542)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702100758.v1A7wjxl035776>