From 89e0f621b2f1a3f233fbc464000fac2b1224c5fb Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sun, 14 Apr 2013 01:22:39 +0000 Subject: New/updated dependencies --- cddl/lib/libzfs_core/Makefile.depend | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cddl/lib/libzfs_core/Makefile.depend (limited to 'cddl/lib/libzfs_core/Makefile.depend') diff --git a/cddl/lib/libzfs_core/Makefile.depend b/cddl/lib/libzfs_core/Makefile.depend new file mode 100644 index 000000000000..5491942bf46e --- /dev/null +++ b/cddl/lib/libzfs_core/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DIRDEPS = \ + cddl/lib/libnvpair \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/msun \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.2.3 From 76b28ad6ab6dc8d4a62cb7de7f143595be535813 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 10 May 2014 05:16:28 +0000 Subject: Updated dependencies --- cddl/lib/libzfs_core/Makefile.depend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cddl/lib/libzfs_core/Makefile.depend') diff --git a/cddl/lib/libzfs_core/Makefile.depend b/cddl/lib/libzfs_core/Makefile.depend index 5491942bf46e..d4b30864d0e6 100644 --- a/cddl/lib/libzfs_core/Makefile.depend +++ b/cddl/lib/libzfs_core/Makefile.depend @@ -4,11 +4,13 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ cddl/lib/libnvpair \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ lib/msun \ -- cgit v1.2.3 From fae50821ae22099d0406090228bc4c5b6af693ad Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 16 May 2014 14:09:51 +0000 Subject: Updated dependencies --- cddl/lib/libzfs_core/Makefile.depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cddl/lib/libzfs_core/Makefile.depend') diff --git a/cddl/lib/libzfs_core/Makefile.depend b/cddl/lib/libzfs_core/Makefile.depend index d4b30864d0e6..cce84af56921 100644 --- a/cddl/lib/libzfs_core/Makefile.depend +++ b/cddl/lib/libzfs_core/Makefile.depend @@ -10,9 +10,9 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ lib/msun \ + usr.bin/xinstall.host \ .include -- cgit v1.2.3 From 44d314f704764f0247a540648a4b4fc3e8012133 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 8 Jun 2015 23:35:17 +0000 Subject: dirdeps.mk now sets DEP_RELDIR --- cddl/lib/libzfs_core/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'cddl/lib/libzfs_core/Makefile.depend') diff --git a/cddl/lib/libzfs_core/Makefile.depend b/cddl/lib/libzfs_core/Makefile.depend index cce84af56921..3abceb80152c 100644 --- a/cddl/lib/libzfs_core/Makefile.depend +++ b/cddl/lib/libzfs_core/Makefile.depend @@ -1,7 +1,5 @@ # Autogenerated - do NOT edit! -DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} - DIRDEPS = \ cddl/lib/libnvpair \ gnu/lib/csu \ -- cgit v1.2.3