git: 1d910b5f8819 - main - dirdeps: update Makefile.depend for toolchain
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Sep 2024 01:25:08 UTC
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=1d910b5f88197de4f43c2c464bda1000e4df8ba8 commit 1d910b5f88197de4f43c2c464bda1000e4df8ba8 Author: Ka Ho Ng <khng@FreeBSD.org> AuthorDate: 2024-09-24 01:02:27 +0000 Commit: Ka Ho Ng <khng@FreeBSD.org> CommitDate: 2024-09-24 01:24:45 +0000 dirdeps: update Makefile.depend for toolchain Sponsored by: Juniper Networks, Inc. --- lib/clang/libllvm/Makefile.depend | 1 + usr.bin/clang/llvm-min-tblgen/Makefile.depend | 24 ++++++++++++++++++++++++ usr.bin/clang/llvm-tblgen/Makefile.depend | 1 + 3 files changed, 26 insertions(+) diff --git a/lib/clang/libllvm/Makefile.depend b/lib/clang/libllvm/Makefile.depend index d2461af845e4..e3399cc28b1c 100644 --- a/lib/clang/libllvm/Makefile.depend +++ b/lib/clang/libllvm/Makefile.depend @@ -7,6 +7,7 @@ DIRDEPS = \ lib/libexecinfo \ lib/libz \ lib/msun \ + usr.bin/clang/llvm-min-tblgen.host \ usr.bin/clang/llvm-tblgen.host \ diff --git a/usr.bin/clang/llvm-min-tblgen/Makefile.depend b/usr.bin/clang/llvm-min-tblgen/Makefile.depend new file mode 100644 index 000000000000..bb8d5321da66 --- /dev/null +++ b/usr.bin/clang/llvm-min-tblgen/Makefile.depend @@ -0,0 +1,24 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/clang/libllvm \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/libexecinfo \ + lib/libthr \ + lib/libz \ + lib/libzstd \ + lib/msun \ + lib/ncurses/tinfo \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/clang/llvm-tblgen/Makefile.depend b/usr.bin/clang/llvm-tblgen/Makefile.depend index bb8d5321da66..a4c44d6cfcfb 100644 --- a/usr.bin/clang/llvm-tblgen/Makefile.depend +++ b/usr.bin/clang/llvm-tblgen/Makefile.depend @@ -15,6 +15,7 @@ DIRDEPS = \ lib/libzstd \ lib/msun \ lib/ncurses/tinfo \ + usr.bin/clang/llvm-min-tblgen.host \ .include <dirdeps.mk>