mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
MFC r312514:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
This commit is contained in:
parent
4ad1450a65
commit
6fe720fe71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=313630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user