Date: Sun, 24 Jan 2021 05:02:40 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e38af1933c3b - stable/12 - stand: remove bogus dependency from libsa32 Message-ID: <202101240502.10O52eBU072259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e38af1933c3bf62a6c7d8de91b87981004061df1 commit e38af1933c3bf62a6c7d8de91b87981004061df1 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-01-07 22:02:55 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-01-24 05:02:29 +0000 stand: remove bogus dependency from libsa32 libsa32 is independent of libsa, they can build in parallel if needed. (cherry picked from commit 27e90f70e09d9d003bdea09c41be64a7ec2ece9a) --- stand/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/Makefile b/stand/Makefile index c5c7ca60375a..f0a3d65e1fb8 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -71,8 +71,6 @@ SUBDIR_DEPEND_${_x}32+= libsa32 .endfor # Remaining dependencies -SUBDIR_DEPEND_libsa32+= libsa - SUBDIR_DEPEND_forth+= ficl SUBDIR_DEPEND_lua+= liblua
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101240502.10O52eBU072259>