Date: Tue, 21 Dec 2021 13:48:19 GMT From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 886e5802c443 - stable/13 - bsd.links.mk wants full paths Message-ID: <202112211348.1BLDmJ6O040110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=886e5802c443574e1af0d9561e4d863dfcf1c5c2 commit 886e5802c443574e1af0d9561e4d863dfcf1c5c2 Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2021-02-15 18:05:00 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-21 13:44:49 +0000 bsd.links.mk wants full paths The values in LINKS need to be full paths. (cherry picked from commit 85d6747a694a6da2619e9f627d005a0aee87dd34) --- 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?202112211348.1BLDmJ6O040110>