Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 22:28:21 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 27e90f70e09d - main - stand: remove bogus dependency from libsa32
Message-ID:  <202101072228.107MSLFg089282@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=27e90f70e09d9d003bdea09c41be64a7ec2ece9a

commit 27e90f70e09d9d003bdea09c41be64a7ec2ece9a
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-01-07 22:02:55 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-01-07 22:28:21 +0000

    stand: remove bogus dependency from libsa32
    
    libsa32 is independent of libsa, they can build in parallel if needed.
---
 stand/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/Makefile b/stand/Makefile
index f08386424009..f11a77c9a499 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -73,8 +73,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?202101072228.107MSLFg089282>