git: 85d6747a694a - main - bsd.links.mk wants full paths

Simon J. Gerraty sjg at FreeBSD.org
Mon Feb 15 18:05:28 UTC 2021


The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=85d6747a694a6da2619e9f627d005a0aee87dd34

commit 85d6747a694a6da2619e9f627d005a0aee87dd34
Author:     Simon J. Gerraty <sjg at FreeBSD.org>
AuthorDate: 2021-02-15 18:05:00 +0000
Commit:     Simon J. Gerraty <sjg at FreeBSD.org>
CommitDate: 2021-02-15 18:05:00 +0000

    bsd.links.mk wants full paths
    
    The values in LINKS need to be full paths.
---
 usr.bin/bmake/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index 8c4cb659e1d8..9960f0ceeb2d 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -9,7 +9,7 @@
 
 .if exists(${.CURDIR}/tests)
 PROG= make
-LINKS= make bmake
+LINKS= ${BINDIR}/make ${BINDIR}/bmake
 MLINKS= ${MAN} b${MAN}
 .endif
 


More information about the dev-commits-src-all mailing list