git: e38af1933c3b - stable/12 - stand: remove bogus dependency from libsa32

Kyle Evans kevans at FreeBSD.org
Sun Jan 24 05:02:41 UTC 2021


The branch stable/12 has been updated by kevans:

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

commit e38af1933c3bf62a6c7d8de91b87981004061df1
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-07 22:02:55 +0000
Commit:     Kyle Evans <kevans at 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
 


More information about the dev-commits-src-branches mailing list