svn commit: r312514 - head/gnu/usr.bin/gdb/gdbserver
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 05:51:26 UTC 2017
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
More information about the svn-src-all
mailing list