Date: Mon, 15 Feb 2021 18:05:28 GMT From: "Simon J. Gerraty" <sjg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 85d6747a694a - main - bsd.links.mk wants full paths Message-ID: <202102151805.11FI5Sj7080910@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=85d6747a694a6da2619e9f627d005a0aee87dd34 commit 85d6747a694a6da2619e9f627d005a0aee87dd34 Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2021-02-15 18:05:00 +0000 Commit: Simon J. Gerraty <sjg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102151805.11FI5Sj7080910>