head	1.5;
access;
symbols
	rpm-4_4_8-release:1.3.2.2
	rpm-4_4_7-release:1.3.2.2
	db-4_5_20:1.5
	rpm-4_4_6-release:1.3.2.1
	rpm-4_4_5-release:1.3.2.1
	db-4_4_20:1.4
	rpm-4_4_4-release:1.3.2.1
	db-4_4_16:1.4
	rpm-4_4_3-release:1.3.2.1
	db-4_4_11:1.4
	db-4_3_29:1.3
	jbj_before_tklcpatches:1.3
	rpm-4_4_2-release:1.3
	pjones-sparse-experiment:1.4.0.2
	db-4_4_4:1.4
	rpm-4_4_1-release:1.3
	db-4_3_27:1.3
	rpm-4_4-release:1.3
	rpm-4_4:1.3.0.2
	db-4_3_21:1.3
	db-4_3_14:1.3
	db-4_2_52:1.2
	rpm-4_3_1-start:1.2
	rpm-4_3:1.2.0.2
	rpm-4_2_1-release:1.1.1.5
	rpm-4_1_1-release:1.1.1.5
	rpm-4_2-release:1.1.1.5
	rpm-4_2:1.1.1.5.0.2
	postmerge-db-4_1_24-release:1.1.1.5
	premerge-db-4_1_24-release:1.1.1.5
	db-4_1_24-release:1.1.1.5
	pre-db-4_1_24-release:1.1.1.4
	rpm-4_1-release:1.1.1.3
	postmerge-db-4_1_17:1.1.1.4
	premerge-db-4_1_17:1.1.1.4
	db-4_1_17:1.1.1.4
	pre-db-4_1_17:1.1.1.3
	rpm-4_1:1.1.1.3.0.2
	rpm-4_0_4-release:1.1.1.2.2.2
	jbj-before-beecrypt:1.1.1.2.2.2
	postmerge-db-4_0_14:1.1.1.3
	premerge-db-4_0_14:1.1.1.3
	db-4_0_14:1.1.1.3
	pre-db-4_0_14:1.1.1.3
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.3
	premerge-db-4_0_7:1.1.1.3
	db-4_0_7:1.1.1.3
	pre-db-4_0_7:1.1.1.2
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.2
	premerge-db-3_3_11-release:1.1.1.2
	db-3_3_11-release:1.1.1.2
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.5
date	2006.10.01.20.18.54;	author jbj;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.21.15.53.58;	author jbj;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.16.01.31.55;	author jbj;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2003.12.15.21.42.42;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.27;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.23;	author jbj;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.08.14.16.31.56;	author jbj;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2002.09.19.20.33.51;	author jbj;	state Exp;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.15;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.17;	author jbj;	state Exp;
branches;
next	;

1.3.2.1
date	2005.10.28.18.44.32;	author jbj;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	2006.10.01.22.29.21;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to db-4.5.20.
@
text
@#!/bin/sh -
#	$Id: s_symlink,v 12.5 2006/09/13 17:51:34 bostic Exp $

echo 'Creating Berkeley DB source tree symbolic links...'

build()
{
	#echo "	$1 -> $2"
	(cd ../`dirname $1` && rm -f `basename $1` && ln -s $2 `basename $1`)
}

build btree/tags ../dist/tags
build build_unix/tags ../dist/tags
build clib/tags ../dist/tags
build common/tags ../dist/tags
build crypto/tags ../dist/tags
build cxx/tags ../dist/tags
build db/tags ../dist/tags
build db185/tags ../dist/tags
build db_archive/tags ../dist/tags
build db_checkpoint/tags ../dist/tags
build db_deadlock/tags ../dist/tags
build db_dump/tags ../dist/tags
build db_dump185/tags ../dist/tags
build db_hotbackup/tags ../dist/tags
build db_load/tags ../dist/tags
build db_printlog/tags ../dist/tags
build db_recover/tags ../dist/tags
build db_stat/tags ../dist/tags
build db_upgrade/tags ../dist/tags
build db_verify/tags ../dist/tags
build dbinc/tags ../dist/tags
build dbinc_auto/tags ../dist/tags
build dbm/tags ../dist/tags
build dbreg/tags ../dist/tags
build env/tags ../dist/tags
build examples_c/tags ../dist/tags
build examples_cxx/tags ../dist/tags
build fileops/tags ../dist/tags
build hash/tags ../dist/tags
build hmac/tags ../dist/tags
build hsearch/tags ../dist/tags
build libdb_java/tags ../dist/tags
build lock/tags ../dist/tags
build log/tags ../dist/tags
build mp/tags ../dist/tags
build mutex/tags ../dist/tags
build os/tags ../dist/tags
build os_brew/tags ../dist/tags
build os_vxworks/tags ../dist/tags
build os_windows/tags ../dist/tags
build qam/tags ../dist/tags
build rep/tags ../dist/tags
build repmgr/tags ../dist/tags
build rpc_client/tags ../dist/tags
build rpc_server/tags ../dist/tags
build sequence/tags ../dist/tags
build tcl/tags ../dist/tags
build txn/tags ../dist/tags
build xa/tags ../dist/tags
@


1.4
log
@Upgrade to db-4.4.4.
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 12.1 2004/12/30 21:27:57 bostic Exp $
d49 1
d51 1
a51 1
build os_win32/tags ../dist/tags
d54 1
@


1.3
log
@... and in with the New ...
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 1.32 2004/04/01 15:10:53 bostic Exp $
d25 1
@


1.3.2.1
log
@Update to db-4.4.11.
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 12.1 2004/12/30 21:27:57 bostic Exp $
a24 1
build db_hotbackup/tags ../dist/tags
@


1.3.2.2
log
@Merge db-4.5.20 onto rpm-4_4 branch.
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 12.5 2006/09/13 17:51:34 bostic Exp $
a48 1
build os_brew/tags ../dist/tags
d50 1
a50 1
build os_windows/tags ../dist/tags
a52 1
build repmgr/tags ../dist/tags
@


1.2
log
@- upgrade to db-4.2.52.
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 1.31 2003/07/02 15:27:44 bostic Exp $
d54 1
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 1.9 2000/09/05 21:27:04 bostic Exp $
d8 1
a8 1
	echo "	$1 -> $2"
d16 1
d31 2
d34 1
a34 40
build docs_src/api_cxx/Makefile ../api_c/Makefile
build docs_src/api_cxx/m4.seealso ../api_c/m4.seealso
build docs_src/api_cxx/spell.ok ../api_c/spell.ok
build docs_src/api_java/Makefile ../api_c/Makefile
build docs_src/api_java/java_index.so ../api_cxx/cxx_index.so
build docs_src/api_java/m4.seealso ../api_c/m4.seealso
build docs_src/api_java/spell.ok ../api_c/spell.ok
build docs_src/api_tcl/spell.ok ../api_c/spell.ok
build docs_src/ref/am/spell.ok ../spell.ok
build docs_src/ref/am_conf/spell.ok ../spell.ok
build docs_src/ref/arch/spell.ok ../spell.ok
build docs_src/ref/build_unix/spell.ok ../spell.ok
build docs_src/ref/build_vxworks/spell.ok ../spell.ok
build docs_src/ref/build_win/spell.ok ../spell.ok
build docs_src/ref/cam/spell.ok ../spell.ok
build docs_src/ref/debug/spell.ok ../spell.ok
build docs_src/ref/distrib/spell.ok ../spell.ok
build docs_src/ref/dumpload/spell.ok ../spell.ok
build docs_src/ref/env/spell.ok ../spell.ok
build docs_src/ref/install/spell.ok ../spell.ok
build docs_src/ref/intro/spell.ok ../spell.ok
build docs_src/ref/java/spell.ok ../spell.ok
build docs_src/ref/lock/spell.ok ../spell.ok
build docs_src/ref/log/spell.ok ../spell.ok
build docs_src/ref/mp/spell.ok ../spell.ok
build docs_src/ref/perl/spell.ok ../spell.ok
build docs_src/ref/program/spell.ok ../spell.ok
build docs_src/ref/refs/spell.ok ../spell.ok
build docs_src/ref/rpc/spell.ok ../spell.ok
build docs_src/ref/sendmail/spell.ok ../spell.ok
build docs_src/ref/simple_tut/spell.ok ../spell.ok
build docs_src/ref/tcl/spell.ok ../spell.ok
build docs_src/ref/test/spell.ok ../spell.ok
build docs_src/ref/transapp/spell.ok ../spell.ok
build docs_src/ref/txn/spell.ok ../spell.ok
build docs_src/ref/upgrade.2.0/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.0/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.1/spell.ok ../spell.ok
build docs_src/ref/upgrade.3.2/spell.ok ../spell.ok
build docs_src/ref/xa/spell.ok ../spell.ok
d38 1
a38 1
build examples_java java/src/com/sleepycat/examples
d40 1
a41 1
build include/tags ../dist/tags
d51 1
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_symlink,v 1.14 2001/04/26 21:31:36 bostic Exp 
a40 1
build docs_src/ref/am_misc/spell.ok ../spell.ok
a69 2
build docs_src/ref/upgrade.3.3/spell.ok ../spell.ok
build docs_src/ref/upgrade/spell.ok ../spell.ok
a77 1
build include_auto/tags ../dist/tags
@


1.1.1.3
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_symlink,v 1.19 2001/10/03 01:34:07 bostic Exp 
d35 1
a59 1
build docs_src/ref/rep/spell.ok ../spell.ok
a71 1
build docs_src/ref/upgrade.4.0/spell.ok ../spell.ok
a90 1
build rep/tags ../dist/tags
a93 1
build test_server/tags ../dist/tags
@


1.1.1.4
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_symlink,v 1.27 2002/06/22 14:04:41 bostic Exp 
a15 1
build crypto/tags ../dist/tags
a29 2
build dbinc/tags ../dist/tags
build dbinc_auto/tags ../dist/tags
d31 2
a32 1
build dbreg/tags ../dist/tags
d34 2
a40 1
build docs_src/ref/apprec/spell.ok ../spell.ok
a72 1
build docs_src/ref/upgrade.4.1/spell.ok ../spell.ok
a78 1
build fileops/tags ../dist/tags
a79 1
build hmac/tags ../dist/tags
d81 2
@


1.1.1.5
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_symlink,v 1.28 2002/08/18 21:15:45 bostic Exp 
d35 42
@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d2 1
a2 1
#	$Id: s_symlink,v 1.14 2001/04/26 21:31:36 bostic Exp $
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
text
@d2 1
a2 1
#	Id: s_symlink,v 1.19 2001/10/03 01:34:07 bostic Exp 
d35 1
a59 1
build docs_src/ref/rep/spell.ok ../spell.ok
a71 1
build docs_src/ref/upgrade.4.0/spell.ok ../spell.ok
a90 1
build rep/tags ../dist/tags
a93 1
build test_server/tags ../dist/tags
@


