git: 45fe5580cdab - main - Updated and new Makefile.depend files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 16:27:12 UTC
The branch main has been updated by sjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=45fe5580cdabc58c4f9392e72c02d1aefa542fb6
commit 45fe5580cdabc58c4f9392e72c02d1aefa542fb6
Author: Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2024-10-16 16:22:17 +0000
Commit: Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2024-10-16 16:26:29 +0000
Updated and new Makefile.depend files
Reviewd by: stevek
---
lib/liblutok/Makefile.depend | 14 ++++++++++++++
usr.bin/clang/lldb-server/Makefile.depend | 6 +++---
usr.bin/kyua/Makefile.depend | 2 +-
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/lib/liblutok/Makefile.depend b/lib/liblutok/Makefile.depend
new file mode 100644
index 000000000000..1cb182ef8ce1
--- /dev/null
+++ b/lib/liblutok/Makefile.depend
@@ -0,0 +1,14 @@
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/libc++ \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/clang/lldb-server/Makefile.depend b/usr.bin/clang/lldb-server/Makefile.depend
index 07b6ab854d37..16db985d2ae3 100644
--- a/usr.bin/clang/lldb-server/Makefile.depend
+++ b/usr.bin/clang/lldb-server/Makefile.depend
@@ -4,9 +4,9 @@ DIRDEPS = \
include \
include/xlocale \
lib/${CSU_DIR} \
- lib/clang/libclang.amd64 \
- lib/clang/liblldb.amd64 \
- lib/clang/libllvm.amd64 \
+ lib/clang/libclang \
+ lib/clang/liblldb \
+ lib/clang/libllvm \
lib/libc \
lib/libc++ \
lib/libcompiler_rt \
diff --git a/usr.bin/kyua/Makefile.depend b/usr.bin/kyua/Makefile.depend
index 6e6d14b76ecd..d6bfbeef15c5 100644
--- a/usr.bin/kyua/Makefile.depend
+++ b/usr.bin/kyua/Makefile.depend
@@ -11,7 +11,7 @@ DIRDEPS = \
lib/libcxxrt \
lib/libjail \
lib/liblua \
- lib/liblutok.amd64 \
+ lib/liblutok \
lib/libsqlite3 \
lib/msun \