diff options
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-10-15 00:21:04 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-10-23 19:52:25 -0400 |
commit | c0e7977a434048a8bc7386ea0e8befaa77a646cf (patch) | |
tree | 283ae7c385818ecd7d479cdfb593604c703193ac /usr/src/tools/findunref | |
parent | e7eebcf69de21d2c4df15f003919cdb19b61c694 (diff) | |
download | illumos-gate-c0e7977a434048a8bc7386ea0e8befaa77a646cf.tar.gz |
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/tools/findunref')
-rw-r--r-- | usr/src/tools/findunref/Makefile | 1 | ||||
-rw-r--r-- | usr/src/tools/findunref/exception_list.closed | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/tools/findunref/Makefile b/usr/src/tools/findunref/Makefile index 7023c2ab35..4986ae6aa6 100644 --- a/usr/src/tools/findunref/Makefile +++ b/usr/src/tools/findunref/Makefile @@ -37,7 +37,6 @@ CERRWARN += -_gcc=-Wno-parentheses $(ROOTONBLDMAN1FILES) := FILEMODE= 644 EXCEPTION_SRC= common open -$(CLOSED_BUILD)EXCEPTION_SRC += closed EXCEPTION_LISTS= $(EXCEPTION_SRC:%=exception_list.%) CLOBBERFILES += exception_list diff --git a/usr/src/tools/findunref/exception_list.closed b/usr/src/tools/findunref/exception_list.closed index e13d6c1533..e81e3e4092 100644 --- a/usr/src/tools/findunref/exception_list.closed +++ b/usr/src/tools/findunref/exception_list.closed @@ -68,10 +68,3 @@ ./usr/closed/uts/common/io/bnx/tcp_ctx.h ./usr/closed/uts/common/io/bnx/toe_ctx.h ./usr/closed/uts/common/io/bnx/bnxdbg.c - -# -# Ignore Makefile.tonic - not used unless we're running an -# OpenSolaris closedbins delivery build -# -./usr/closed/Makefile.tonic - |