Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 04:43:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280889 - head/tools/build/mk
Message-ID:  <201503310443.t2V4hQbP041981@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:43:25 2015
New Revision: 280889
URL: https://svnweb.freebsd.org/changeset/base/280889

Log:
  - Remove more files when MK_TESTS_SUPPORT == no
  
  MFC after:	1 week
  Reviewed by:	ngie
  Approved by:	ngie
  Differential Revision:	D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Mar 31 04:42:00 2015	(r280888)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Mar 31 04:43:25 2015	(r280889)
@@ -7398,6 +7398,81 @@ OLD_FILES+=${TESTS_FILES}
 . endif
 .endif	# Test suite.
 
+.if ${MK_TESTS_SUPPORT} == no
+OLD_FILES+=usr/include/atf-c++.hpp
+OLD_FILES+=usr/include/atf-c++/build.hpp
+OLD_FILES+=usr/include/atf-c++/check.hpp
+OLD_FILES+=usr/include/atf-c++/macros.hpp
+OLD_FILES+=usr/include/atf-c++/tests.hpp
+OLD_FILES+=usr/include/atf-c++/utils.hpp
+OLD_FILES+=usr/include/atf-c.h
+OLD_FILES+=usr/include/atf-c/build.h
+OLD_FILES+=usr/include/atf-c/check.h
+OLD_FILES+=usr/include/atf-c/defs.h
+OLD_FILES+=usr/include/atf-c/error.h
+OLD_FILES+=usr/include/atf-c/error_fwd.h
+OLD_FILES+=usr/include/atf-c/macros.h
+OLD_FILES+=usr/include/atf-c/tc.h
+OLD_FILES+=usr/include/atf-c/tp.h
+OLD_FILES+=usr/include/atf-c/utils.h
+OLD_LIBS+=usr/lib/private/libatf-c++.so.2
+OLD_LIBS+=usr/lib/private/libatf-c.so.1
+OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c.3.gz
+OLD_FILES+=usr/tests/lib/atf/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
+OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
+OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
+OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
+.endif
+
 .if ${MK_TEXTPROC} == no
 OLD_FILES+=usr/bin/checknr
 OLD_FILES+=usr/bin/colcrt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503310443.t2V4hQbP041981>