diff options
author | John Levon <john.levon@joyent.com> | 2018-12-15 21:08:25 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-09 11:47:04 +0100 |
commit | 93b8872871607b3d21317283c1230b2a4a00920b (patch) | |
tree | 9ca8e35e28b51f3a98895caa4c6d05cba30fb2a3 /usr/src/tools/ctf/dwarf | |
parent | 64f9afd1fd6b5f36ed2c633d603a3b551da6f3d4 (diff) | |
download | illumos-gate-93b8872871607b3d21317283c1230b2a4a00920b.tar.gz |
10075 make usr/src/tools smatch clean
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/tools/ctf/dwarf')
-rw-r--r-- | usr/src/tools/ctf/dwarf/Makefile.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/tools/ctf/dwarf/Makefile.com b/usr/src/tools/ctf/dwarf/Makefile.com index 51e788ff04..2e18b40fe4 100644 --- a/usr/src/tools/ctf/dwarf/Makefile.com +++ b/usr/src/tools/ctf/dwarf/Makefile.com @@ -3,6 +3,8 @@ # Use is subject to license terms. # # Copyright 2011, Richard Lowe. +# +# Copyright (c) 2018, Joyent, Inc. include ../../Makefile.ctf @@ -77,6 +79,9 @@ CPPFLAGS += -I$(SRCDIR) -DELF_TARGET_ALL=1 CERRWARN += -_gcc=-Wno-unused CERRWARN += -_gcc=-Wno-implicit-function-declaration +# libdwarf not clean +SMATCH=off + LDLIBS = -lelf -lc .KEEP_STATE: |