Skip to content

Commit

Permalink
META MODE: Fix userland/cddl.
Browse files Browse the repository at this point in the history
MK_CTF controls whether ctfmerge is ran against the binaries, not
whether CTF tools should be built.

Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Dec 1, 2015
1 parent 3bed45a commit a0eb270
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 0 additions & 2 deletions cddl/usr.bin/ctfconvert/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
# Autogenerated - do NOT edit!

DIRDEPS = \
cddl/lib/libctf \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libc_nonshared \
lib/libcompiler_rt \
lib/libdwarf \
lib/libelf \
Expand Down
2 changes: 0 additions & 2 deletions cddl/usr.bin/ctfdump/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libc_nonshared \
lib/libcompiler_rt \
lib/libelf \
lib/libthr \
lib/libz \


Expand Down
3 changes: 0 additions & 3 deletions cddl/usr.bin/ctfmerge/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
# Autogenerated - do NOT edit!

DIRDEPS = \
cddl/lib/libctf \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libc_nonshared \
lib/libcompiler_rt \
lib/libdwarf \
lib/libelf \
lib/libthr \
lib/libz \
Expand Down
3 changes: 0 additions & 3 deletions cddl/usr.sbin/dtrace/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libc_nonshared \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
lib/libproc \
lib/librtld_db \
lib/libthr \
lib/libutil \
lib/liby \
lib/libz \
usr.bin/lex/lib \


.include <dirdeps.mk>
Expand Down
11 changes: 4 additions & 7 deletions targets/pseudo/userland/cddl/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@
DIRDEPS = \
cddl/lib/drti \
cddl/lib/libavl \
cddl/lib/libctf \
cddl/lib/libdtrace \
cddl/lib/libnvpair \
cddl/lib/libumem \
cddl/lib/libuutil \


DIRDEPS.CTF = \
cddl/lib/libctf \
cddl/usr.bin/ctfconvert \
cddl/usr.bin/ctfdump \
cddl/usr.bin/ctfmerge \
cddl/lib/libdtrace \
cddl/usr.sbin/dtrace \
cddl/usr.sbin/dtruss \
cddl/usr.sbin/lockstat \


DIRDEPS.ZFS = \
Expand All @@ -33,12 +31,11 @@ DIRDEPS.ZFS = \
cddl/usr.bin/zinject \
cddl/usr.bin/zstreamdump \
cddl/usr.bin/ztest \
cddl/usr.sbin/lockstat \
cddl/usr.sbin/zdb \
cddl/usr.sbin/zhack \


.for O in CTF ZFS
.for O in ZFS
.if ${MK_$O} == "yes"
DIRDEPS+= ${DIRDEPS.$O}
.endif
Expand Down

0 comments on commit a0eb270

Please sign in to comment.