Author: stefan2
Date: Tue Aug 26 13:40:25 2014
New Revision: 1620599
URL: http://svn.apache.org/r1620599
Log:
On the revprop-caching-ng branch: Remove the "named atomics" code.
* build.conf
(msvc-export): Remove reference to feature header.
(named_atomic-test,
named_atomic-proc-test): Remove these test build targets.
(__ALL_TESTS__): No longer depend on the above.
* configure.ac
(BUILD_RULES): There is no "sub-test" install target anymore.
* subversion/include/private/svn_named_atomic.h,
subversion/libsvn_subr/named_atomic.c:
Remove the feature implementation.
* subversion/tests/libsvn_subr/named_atomic-test.c,
subversion/tests/libsvn_subr/named_atomic-test-common.h,
subversion/tests/libsvn_subr/named_atomic-test-proc.c:
Remove the test source code.
Removed:
subversion/branches/revprop-caching-ng/subversion/include/private/svn_named_atomic.h
subversion/branches/revprop-caching-ng/subversion/libsvn_subr/named_atomic.c
subversion/branches/revprop-caching-ng/subversion/tests/libsvn_subr/named_atomic-test-common.h
subversion/branches/revprop-caching-ng/subversion/tests/libsvn_subr/named_atomic-test-proc.c
subversion/branches/revprop-caching-ng/subversion/tests/libsvn_subr/named_atomic-test.c
Modified:
subversion/branches/revprop-caching-ng/build.conf
subversion/branches/revprop-caching-ng/configure.ac
Modified: subversion/branches/revprop-caching-ng/build.conf
URL:
http://svn.apache.org/viewvc/subversion/branches/revprop-caching-ng/build.conf?rev=1620599&r1=1620598&r2=1620599&view=diff
==============================================================================
--- subversion/branches/revprop-caching-ng/build.conf (original)
+++ subversion/branches/revprop-caching-ng/build.conf Tue Aug 26 13:40:25 2014
@@ -382,7 +382,7 @@ msvc-export =
private\svn_temp_serializer.h private\svn_io_private.h
private\svn_sorts_private.h
private\svn_string_private.h private\svn_magic.h
- private\svn_subr_private.h private\svn_mutex.h
private\svn_named_atomic.h
+ private\svn_subr_private.h private\svn_mutex.h
private\svn_packed_data.h private\svn_object_pool.h private\svn_cert.h
# Working copy management lib
@@ -986,22 +986,6 @@ sources = mergeinfo-test.c
install = test
libs = libsvn_test libsvn_subr apr
-[named_atomic-test]
-description = Test named atomics
-type = exe
-path = subversion/tests/libsvn_subr
-sources = named_atomic-test.c
-install = test
-libs = libsvn_test libsvn_subr apr
-
-[named_atomic-proc-test]
-description = Sub-process for named atomics
-type = exe
-path = subversion/tests/libsvn_subr
-sources = named_atomic-test-proc.c
-install = sub-test
-libs = libsvn_subr apr
-
[packed-data-test]
description = Test path library
type = exe
@@ -1473,7 +1457,7 @@ libs = __ALL__
priority-queue-test root-pools-test stream-test
string-test time-test utf-test bit-array-test
error-test error-code-test cache-test spillbuf-test crypto-test
- named_atomic-test named_atomic-proc-test revision-test
+ revision-test
subst_translate-test io-test
translate-test
random-test window-test
Modified: subversion/branches/revprop-caching-ng/configure.ac
URL:
http://svn.apache.org/viewvc/subversion/branches/revprop-caching-ng/configure.ac?rev=1620599&r1=1620598&r2=1620599&view=diff
==============================================================================
--- subversion/branches/revprop-caching-ng/configure.ac (original)
+++ subversion/branches/revprop-caching-ng/configure.ac Tue Aug 26 13:40:25 2014
@@ -879,7 +879,7 @@ dnl Build and install rules ------------
INSTALL_STATIC_RULES="install-bin install-docs"
INSTALL_RULES="install-fsmod-lib install-ramod-lib install-lib install-include
install-static"
INSTALL_RULES="$INSTALL_RULES $INSTALL_APACHE_RULE"
-BUILD_RULES="fsmod-lib ramod-lib lib bin test sub-test $BUILD_APACHE_RULE
tools"
+BUILD_RULES="fsmod-lib ramod-lib lib bin test $BUILD_APACHE_RULE tools"
if test "$svn_lib_berkeley_db" = "yes"; then
BUILD_RULES="$BUILD_RULES bdb-lib bdb-test"