af80ed6add
Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes
30 lines
597 B
Makefile
30 lines
597 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
lib/libcrypt \
|
|
lib/libexpat \
|
|
lib/libz \
|
|
usr.bin/svn/lib/libapr \
|
|
usr.bin/svn/lib/libapr_util \
|
|
usr.bin/svn/lib/libsqlite3 \
|
|
usr.bin/svn/lib/libsvn_delta \
|
|
usr.bin/svn/lib/libsvn_fs \
|
|
usr.bin/svn/lib/libsvn_fs_fs \
|
|
usr.bin/svn/lib/libsvn_fs_util \
|
|
usr.bin/svn/lib/libsvn_repos \
|
|
usr.bin/svn/lib/libsvn_subr \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
.endif
|