Date: Mon, 15 Feb 2021 12:01:26 +0100 From: "O. Hartmann" <ohartmann@walstatt.org> To: "Simon J. Gerraty" <sjg@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: ee10666327b6 - main - Links for bmake and bmake.1 Message-ID: <20210215120126.5c5c4779@freyja> In-Reply-To: <202102150122.11F1Mwq8070473@gitrepo.freebsd.org> References: <202102150122.11F1Mwq8070473@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Feb 2021 01:22:58 GMT "Simon J. Gerraty" <sjg@FreeBSD.org> wrote: > The branch main has been updated by sjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=3Dee10666327b622c2f20a4ac17e7a56= 73b04e7c9a > > commit ee10666327b622c2f20a4ac17e7a5673b04e7c9a > Author: Simon J. Gerraty <sjg@FreeBSD.org> > AuthorDate: 2021-02-15 01:20:10 +0000 > Commit: Simon J. Gerraty <sjg@FreeBSD.org> > CommitDate: 2021-02-15 01:22:21 +0000 > > Links for bmake and bmake.1 > > Some folk forget that make is bmake, and want the links... > > MFC after: 1 week > --- > usr.bin/bmake/Makefile.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc > index 96431c19d2af..8c4cb659e1d8 100644 > --- a/usr.bin/bmake/Makefile.inc > +++ b/usr.bin/bmake/Makefile.inc > @@ -9,6 +9,8 @@ > > .if exists(${.CURDIR}/tests) > PROG=3D make > +LINKS=3D make bmake > +MLINKS=3D ${MAN} b${MAN} > .endif > > .if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} =3D=3D "no" > _______________________________________________ > dev-commits-src-main@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main > To unsubscribe, send any mail to > "dev-commits-src-main-unsubscribe@freebsd.org" This commit seems to break updating and installation of jail's base system based on 14-CURRENT. # poudriere jail -l headamd64 14.0-CURRENT 1400004 amd64 src=3D/pool/sources/CURRENT/src/ = \ 2021-02-12 15:07:33 /pool/poudriere/jails/headamd64 #poudriere jail -j _somejailname_ -u -b [...] =2D-- realinstall_subdir_usr.bin --- rm -f /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1 /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1.gz; install -N /pool/poudriere/jails/headamd64/usr/src/etc -l h -o root -g wheel -m 444 /pool/poudriere/jails/headamd64/usr/share/man/man1/make.1.gz /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1.gz --- _install= links =2D-- install -N /pool/poudriere/jails/headamd64/usr/src/etc -l h -o root = -g wheel -m 555 /pool/poudriere/jails/headamd64make /pool/poudriere/jails/headamd64bmake install: link /pool/poudriere/jails/headamd64make -> /pool/poudriere/jails/headamd64bmak= e: No such file or directory *** [_installlinks] Error code 71 make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmake 1 error make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmake =2D-- realinstall_subdir_share ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210215120126.5c5c4779>